mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-17 20:11:42 +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