Changeset 528 for abuse/trunk/src/endgame.cpp
- Timestamp:
- Apr 22, 2011, 4:13:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/endgame.cpp
r518 r528 237 237 { 238 238 cache.img(planet)->put_image(tcopy,0,0); 239 cache.fig(explo_frames1[i-30])->forward-> put_image(tcopy,100,50);239 cache.fig(explo_frames1[i-30])->forward->PutImage(tcopy,100,50); 240 240 scan_map(screen,ex,ey,tcopy, 241 241 cache.img(planet2), … … 320 320 last=c; 321 321 if (c->char_num) 322 cache.fig(explo_frames2[c->frame])->forward-> put_image(screen,c->x,c->y);322 cache.fig(explo_frames2[c->frame])->forward->PutImage(screen,c->x,c->y); 323 323 324 324 c->x-=3;
Note: See TracChangeset
for help on using the changeset viewer.