diff --git a/source/games/blood/src/blood.cpp b/source/games/blood/src/blood.cpp index e2339f757..de3f9ed04 100644 --- a/source/games/blood/src/blood.cpp +++ b/source/games/blood/src/blood.cpp @@ -422,9 +422,6 @@ void GameInterface::app_init() HookReplaceFunctions(); - Printf(PRINT_NONOTIFY, "Loading texture tables\n"); - tileInit(); - levelLoadDefaults(); //--------- diff --git a/source/games/blood/src/tile.cpp b/source/games/blood/src/tile.cpp index 0c4be50a5..f9c573a2c 100644 --- a/source/games/blood/src/tile.cpp +++ b/source/games/blood/src/tile.cpp @@ -43,7 +43,7 @@ char surfType[kMaxTiles]; int8_t tileShade[kMaxTiles]; short voxelIndex[kMaxTiles]; -int tileInit() +void GameInterface::LoadGameTextures() { auto hFile = fileSystem.OpenFileReader("SURFACE.DAT"); if (hFile.isOpen())