diff --git a/TileEngine/worlddef.cpp b/TileEngine/worlddef.cpp index 7ad70292..0ba57693 100644 --- a/TileEngine/worlddef.cpp +++ b/TileEngine/worlddef.cpp @@ -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 ) );