Changeset 4 for abuse/trunk/src/imlib/lbmread.cpp
- Timestamp:
- Nov 6, 2005, 11:39:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/lbmread.cpp
r2 r4 30 30 else 31 31 { 32 long offset=12,ssize;32 long ssize; 33 33 char stype[4]; 34 34 short w=0,h=0,x,y,tcolor,pagew,pageh; 35 char planes,masking,compr ,padl,xa,ya;35 char planes,masking,compr=0,padl,xa,ya; 36 36 37 37 while (ftell(fp)+4<size) … … 63 63 if (im) delete im; // shouldn't be two BODY's butjust in case... 64 64 im=new image(w,h); 65 int x,y;65 int y; 66 66 if (!compr) 67 67 {
Note: See TracChangeset
for help on using the changeset viewer.