diff options
Diffstat (limited to 'src/win95/texio.c')
| -rw-r--r-- | src/win95/texio.c | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/src/win95/texio.c b/src/win95/texio.c index 3e23805..2044dd7 100644 --- a/src/win95/texio.c +++ b/src/win95/texio.c @@ -35,7 +35,10 @@ #include "awtexld.h" + +#if 0 /* SBF - commented out */ #include "alt_tab.h" +#endif /* #define for experimental purposes @@ -45,16 +48,6 @@ #define DefinedTextureType TextureTypePPM -#if 0 -#if debug -int tripa = 100; -int tripb = 100; -int tripc = 0; -#define trip_up tripa = tripb / tripc; -#endif -#endif - - /* externs for commonly used global variables and arrays @@ -857,10 +850,6 @@ void SpriteResizing(SHAPEHEADER *sptr) } - /* TEST */ - /*trip_up;*/ - - texture_defn_index = (pheader->PolyColour >> TxDefn); txah_ptr = (TXANIMHEADER **) shape_textures[texture_defn_index]; @@ -1227,10 +1216,6 @@ void FindImageExtents(IMAGEHEADER *ihdr, int numuvs, int *uvdata, IMAGEEXTENTS * if(e->u_high == smallint) e->u_high = e_curr->u_high; if(e->v_high == smallint) e->v_high = e_curr->v_high; - - /* TEST */ - /*trip_up;*/ - } break; |
