Ignore:
Timestamp:
Apr 22, 2011, 7:32:13 PM (12 years ago)
Author:
Sam Hocevar
Message:

imlib: rename trans_image to TImage. The code is now clean enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/items.h

    r527 r533  
    4444{
    4545public :
    46   trans_image *im;
     46  TImage *im;
    4747  uint16_t next;
    4848  uint8_t damage;
     
    6161{
    6262public :
    63   trans_image *forward,*backward;
     63  TImage *forward,*backward;
    6464  uint8_t hit_damage,xcfg;
    6565  int8_t advance;
Note: See TracChangeset for help on using the changeset viewer.