Ignore:
Timestamp:
Apr 22, 2011, 4:13:08 AM (12 years ago)
Author:
Sam Hocevar
Message:

imlib: merge almost all trans_image blit methods into one large template
function and refactor them for size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/endgame.cpp

    r518 r528  
    237237      {
    238238    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);
    240240        scan_map(screen,ex,ey,tcopy,
    241241           cache.img(planet2),
     
    320320      last=c;
    321321      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);
    323323
    324324      c->x-=3;
Note: See TracChangeset for help on using the changeset viewer.