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/dev.cpp

    r527 r528  
    30073007    {
    30083008      im->clear();
    3009       the_game->get_fg(pat[i])->im->put_image(im,0,0);
     3009      the_game->get_fg(pat[i])->im->PutImage(im,0,0);
    30103010      scale_put(im,me->screen,me->x1()+(i%w)*tw,
    30113011        me->y1()+(i/w)*th,tw,th);
Note: See TracChangeset for help on using the changeset viewer.