summaryrefslogtreecommitdiffstats
path: root/src/core/Game.cpp
diff options
context:
space:
mode:
authormajestic <majesticcoding@gmail.com>2020-08-09 21:54:00 +0200
committermajestic <majesticcoding@gmail.com>2020-08-10 06:42:12 +0200
commit70029752f517dfe8c8837f7e6f94e6184c14cbfe (patch)
treeb472c4a75ad4f162933bd6f4abd7106dd7adfdf8 /src/core/Game.cpp
parentCWindModifiers (diff)
parentdrunk blur done (diff)
downloadre3-70029752f517dfe8c8837f7e6f94e6184c14cbfe.tar
re3-70029752f517dfe8c8837f7e6f94e6184c14cbfe.tar.gz
re3-70029752f517dfe8c8837f7e6f94e6184c14cbfe.tar.bz2
re3-70029752f517dfe8c8837f7e6f94e6184c14cbfe.tar.lz
re3-70029752f517dfe8c8837f7e6f94e6184c14cbfe.tar.xz
re3-70029752f517dfe8c8837f7e6f94e6184c14cbfe.tar.zst
re3-70029752f517dfe8c8837f7e6f94e6184c14cbfe.zip
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r--src/core/Game.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index 6573ac22..7b113d89 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -110,6 +110,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
@@ -143,6 +144,7 @@ void MessageScreen(char *msg)
DoRWStuffEndOfFrame();
}
+#endif
bool
CGame::InitialiseOnceBeforeRW(void)