summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-02-13 13:51:11 +0100
committerGitHub <noreply@github.com>2021-02-13 13:51:11 +0100
commit465f156e03fa9ba128b885cb73cc1d6688169e46 (patch)
tree59ed65e79a626fd6b7e6ecc4ef136cedd36642b7 /src/core/main.cpp
parentUpdate issue templates (diff)
parentdebugmenu cleanup (diff)
downloadre3-465f156e03fa9ba128b885cb73cc1d6688169e46.tar
re3-465f156e03fa9ba128b885cb73cc1d6688169e46.tar.gz
re3-465f156e03fa9ba128b885cb73cc1d6688169e46.tar.bz2
re3-465f156e03fa9ba128b885cb73cc1d6688169e46.tar.lz
re3-465f156e03fa9ba128b885cb73cc1d6688169e46.tar.xz
re3-465f156e03fa9ba128b885cb73cc1d6688169e46.tar.zst
re3-465f156e03fa9ba128b885cb73cc1d6688169e46.zip
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r--src/core/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 37a87859..b47f5d37 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -1094,7 +1094,7 @@ DisplayGameDebugText()
static bool bDisplayRate = false;
#ifndef FINAL
{
- SETTWEAKPATH("GameDebugText");
+ SETTWEAKPATH("Debug");
TWEAKBOOL(bDisplayPosn);
TWEAKBOOL(bDisplayRate);
}