aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosiah <josiah_vanderzee@mediacombb.net>2020-10-21 09:57:08 -0500
committerJosiah <josiah_vanderzee@mediacombb.net>2020-10-21 09:57:08 -0500
commit1ef72ad9cccd3191b24c064aebe7849a5be6e2e7 (patch)
treeecad1ad39700d275b22065128221a8afca135837 /src
parent5862410083da5da02a8bc29a76e7bb1f4977e331 (diff)
downloaddragonfireclient-1ef72ad9cccd3191b24c064aebe7849a5be6e2e7.tar.xz
Fix indentation style.
Diffstat (limited to 'src')
-rw-r--r--src/gui/cheatMenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/cheatMenu.cpp b/src/gui/cheatMenu.cpp
index d5e93038c..440d3abf6 100644
--- a/src/gui/cheatMenu.cpp
+++ b/src/gui/cheatMenu.cpp
@@ -86,7 +86,7 @@ void CheatMenu::draw(video::IVideoDriver *driver, bool show_debug)
if (!script || !script->m_cheats_loaded)
return;
- // Draw menu header if debug info is not being drawn.
+ // Draw menu header if debug info is not being drawn.
if (!show_debug)
drawEntry(driver, "Dragonfireclient", 0, 0, false, false,
CHEAT_MENU_ENTRY_TYPE_HEAD);