Changeset 523 for abuse/trunk/src/loadgame.cpp
- Timestamp:
- Apr 22, 2011, 4:12:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/loadgame.cpp
r513 r523 180 180 if (se && se->type==SPEC_IMAGE) 181 181 { 182 thumb_nails[start_num] =new image(se,fp);182 thumb_nails[start_num] = new image(fp, se); 183 183 if (thumb_nails[start_num]->Size().x>max_w) max_w=thumb_nails[start_num]->Size().x; 184 184 if (thumb_nails[start_num]->Size().y>max_h) max_h=thumb_nails[start_num]->Size().y;
Note: See TracChangeset
for help on using the changeset viewer.