warning removal.
This commit is contained in:
parent
46e7680ea1
commit
b151298459
21 changed files with 77 additions and 153 deletions
|
@ -65,11 +65,13 @@ enum
|
|||
, _AW_TLF_FORCE32BITENUM = 0x0fffffffU /* probably entirely unnecessary */
|
||||
};
|
||||
|
||||
/* alt_tab junk */
|
||||
/* SBF - alt_tab junk */
|
||||
#define ATIncludeSurfaceDb(p, d, s) fprintf(stderr, "ATIncludeSurfaceDb: %s/%d: %s\n", __FILE__, __LINE__, s)
|
||||
#define ATIncludeTextureDb(p, d, s) fprintf(stderr, "ATIncludeTextureDb: %s/%d: %s\n", __FILE__, __LINE__, s)
|
||||
void ATIncludeSurface(DDSurface * pSurface, AW_BACKUPTEXTUREHANDLE hBackup);
|
||||
void ATRemoveSurface(DDSurface * pSurface);
|
||||
void ATRemoveTexture(D3DTexture * pTexture);
|
||||
|
||||
|
||||
extern AW_TL_ERC awTlLastErr;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue