botched last commit

This commit is contained in:
aap 2020-12-21 12:38:02 +01:00
parent 934c967825
commit e696d770be
1 changed files with 2 additions and 0 deletions

View File

@ -120,8 +120,10 @@ CFileLoader::LoadLevel(const char *filename)
#ifndef DISABLE_LOADING_SCREEN
LoadSplash(GetRandomSplashScreen());
#endif
#ifndef GTA_PS2
}else if(strncmp(line, "CDIMAGE", 7) == 0){
CdStreamAddImage(line + 8);
#endif
}
}