summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-11 17:03:32 +0200
committeraap <aap@papnet.eu>2020-05-11 17:03:44 +0200
commitd4250fc2c7e382b095a4ae09daae4ee3beb65527 (patch)
treec2cf6c78147b1fc49c0a7ff2860eee616e8852d1 /src/core/Frontend.cpp
parentlittle fix for cam (diff)
downloadre3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.gz
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.bz2
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.lz
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.xz
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.tar.zst
re3-d4250fc2c7e382b095a4ae09daae4ee3beb65527.zip
Diffstat (limited to 'src/core/Frontend.cpp')
-rw-r--r--src/core/Frontend.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp
index 06b9a151..5663b9ab 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -1088,7 +1088,7 @@ CMenuManager::Draw()
rightText = TheText.Get(gbShowCollisionPolys ? "FEM_ON" : "FEM_OFF");
break;
case MENUACTION_SHOWCULL:
- rightText = TheText.Get(gbShowCullZoneDebugStuff ? "FEM_ON" : "FEM_OFF");
+ // REMOVED(MIAMI)
break;
case MENUACTION_SHOWHEADBOB:
rightText = TheText.Get(TheCamera.m_bHeadBob ? "FEM_ON" : "FEM_OFF");
@@ -4464,7 +4464,7 @@ CMenuManager::ProcessButtonPresses(void)
CGame::ReloadIPLs();
break;
case MENUACTION_SHOWCULL:
- gbShowCullZoneDebugStuff = !gbShowCullZoneDebugStuff;
+ // REMOVED(MIAMI)
break;
case MENUACTION_MEMCARDSAVECONFIRM:
return;