mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 09:30:34 +00:00
Merge branch 'master' into miami
# Conflicts: # src/control/Record.cpp # src/vehicles/Automobile.cpp
This commit is contained in:
commit
de8759eabd
4 changed files with 33 additions and 2 deletions
|
@ -106,7 +106,9 @@ CFileLoader::LoadLevel(const char *filename)
|
|||
LoadingScreenLoadingFile(line + 4);
|
||||
LoadScene(line + 4);
|
||||
}else if(strncmp(line, "SPLASH", 6) == 0){
|
||||
#ifndef DISABLE_LOADING_SCREEN
|
||||
LoadSplash(GetRandomSplashScreen());
|
||||
#endif
|
||||
}else if(strncmp(line, "CDIMAGE", 7) == 0){
|
||||
CdStreamAddImage(line + 8);
|
||||
}
|
||||
|
|
|
@ -289,3 +289,6 @@ enum Config {
|
|||
// Camera
|
||||
#define IMPROVED_CAMERA // Better Debug cam, and maybe more in the future
|
||||
#define FREE_CAM // Rotating cam
|
||||
|
||||
// Audio
|
||||
#define AUDIO_CACHE // cache sound lengths to speed up the cold boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue