diff --git a/src/tr2/game/level.c b/src/tr2/game/level.c index 9ddef0838..9b4e5913b 100644 --- a/src/tr2/game/level.c +++ b/src/tr2/game/level.c @@ -838,4 +838,5 @@ void Level_Unload(void) memset(g_TexturePageBuffer8, 0, sizeof(uint8_t *) * MAX_TEXTURE_PAGES); memset(g_TexturePageBuffer16, 0, sizeof(uint16_t *) * MAX_TEXTURE_PAGES); Output_InitialiseObjectTextures(0); + Output_UnloadBackground(); }