mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove unused function declaration
This commit is contained in:
@@ -122,7 +122,6 @@ BOOLEAN gfInitAnimateLoading = FALSE;
|
||||
BOOLEAN LoadTileSurfaces( char pTileSurfaceFilenames[][32], UINT8 ubTilesetID );
|
||||
BOOLEAN AddTileSurface( SGPFILENAME cFilename, UINT32 ubType, UINT8 ubTilesetID, BOOLEAN fGetFromRoot );
|
||||
void DestroyTileSurfaces( void );
|
||||
void ProcessTilesetNamesForBPP(void);
|
||||
BOOLEAN IsRoofVisibleForWireframe( INT32 sMapPos );
|
||||
|
||||
#ifdef JA2UBMAPS
|
||||
@@ -272,9 +271,6 @@ BOOLEAN InitializeWorld( )
|
||||
|
||||
SetNumberOfTiles();
|
||||
|
||||
// DB Adds the _8 to the names if we're in 8 bit mode.
|
||||
//ProcessTilesetNamesForBPP();
|
||||
|
||||
// Memset tileset list
|
||||
memset( TileSurfaceFilenames, '\0', sizeof( TileSurfaceFilenames ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user