diff options
author | aap <aap@papnet.eu> | 2021-02-13 00:00:02 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-02-13 00:00:02 +0100 |
commit | 0f8614221b7861a5d2dda55661c39375cc10f577 (patch) | |
tree | b5b4f0611d4eef81307fa91fc5f7553c75ffb0f5 /src/core/main.cpp | |
parent | 291cdd4bfbd595f83ef711aef549c453d3cf64f7 (diff) |
debugmenu cleanup
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r-- | src/core/main.cpp | 2 |
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); } |