Changeset 40 for abuse/trunk/src/imlib/targa.cpp
- Timestamp:
- Mar 2, 2008, 12:52:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/targa.cpp
r17 r40 43 43 int h=fp->read_uint16(); 44 44 uint8_t bpp=fp->read_uint8(); 45 uint8_t im_des=fp->read_uint8();45 fp->read_uint8(); // im_des 46 46 47 47 if (bpp!=32)
Note: See TracChangeset
for help on using the changeset viewer.