mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 14:40:10 +02:00
botched last commit
This commit is contained in:
@@ -120,8 +120,10 @@ CFileLoader::LoadLevel(const char *filename)
|
|||||||
#ifndef DISABLE_LOADING_SCREEN
|
#ifndef DISABLE_LOADING_SCREEN
|
||||||
LoadSplash(GetRandomSplashScreen());
|
LoadSplash(GetRandomSplashScreen());
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef GTA_PS2
|
||||||
}else if(strncmp(line, "CDIMAGE", 7) == 0){
|
}else if(strncmp(line, "CDIMAGE", 7) == 0){
|
||||||
CdStreamAddImage(line + 8);
|
CdStreamAddImage(line + 8);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user