diff options
Diffstat (limited to '')
-rw-r--r-- | src/re3.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/re3.cpp b/src/re3.cpp index b3484c60..572f4c05 100644 --- a/src/re3.cpp +++ b/src/re3.cpp @@ -104,8 +104,6 @@ delayedPatches10(int a, int b) DebugMenuAddVarBool8("Debug", "Don't render Objects", (int8*)&gbDontRenderObjects, nil); DebugMenuAddVar("Debug", "Dbg Surface", &gDbgSurf, nil, 1, 0, 34, nil); - DebugMenuAddVar("Debug", "blur type", &TheCamera.m_BlurType, nil, 1, 0, 10, nil); - DebugMenuAddCmd("Debug", "Start Credits", CCredits::Start); DebugMenuAddCmd("Debug", "Stop Credits", CCredits::Stop); } @@ -113,6 +111,7 @@ delayedPatches10(int a, int b) return RsEventHandler_orig(a, b); } + void patch() { |