diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-08-08 12:08:21 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-08-08 12:08:21 +0200 |
commit | 9bc105c92346494bc4c36bcebd0a4a86bf9d6a86 (patch) | |
tree | b0582e41c8bc4d5fa0979d8a453b0a2d128f012c /src/core/Game.cpp | |
parent | submodules? (diff) | |
parent | Merge pull request #680 from ShFil119/actions (diff) | |
download | re3-9bc105c92346494bc4c36bcebd0a4a86bf9d6a86.tar re3-9bc105c92346494bc4c36bcebd0a4a86bf9d6a86.tar.gz re3-9bc105c92346494bc4c36bcebd0a4a86bf9d6a86.tar.bz2 re3-9bc105c92346494bc4c36bcebd0a4a86bf9d6a86.tar.lz re3-9bc105c92346494bc4c36bcebd0a4a86bf9d6a86.tar.xz re3-9bc105c92346494bc4c36bcebd0a4a86bf9d6a86.tar.zst re3-9bc105c92346494bc4c36bcebd0a4a86bf9d6a86.zip |
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r-- | src/core/Game.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index 82e6992d..08623c65 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -106,6 +106,7 @@ int gameTxdSlot; bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha); void DoRWStuffEndOfFrame(void); +#ifdef PS2_MENU void MessageScreen(char *msg) { //TODO: stretch_screen @@ -139,6 +140,7 @@ void MessageScreen(char *msg) DoRWStuffEndOfFrame(); } +#endif bool CGame::InitialiseOnceBeforeRW(void) @@ -431,6 +433,7 @@ bool CGame::Initialise(const char* datFile) if ( !TheMemoryCard.m_bWantToLoad ) { #endif + LoadingScreen("Loading the Game", "Start script", nil); CTheScripts::StartTestScript(); CTheScripts::Process(); TheCamera.Process(); |