aboutsummaryrefslogtreecommitdiff
path: root/src/gui/cheatMenu.h
diff options
context:
space:
mode:
authorrealOneplustwo <oneplustwoisyes@gmail.com>2020-10-22 17:36:31 -0700
committerrealOneplustwo <oneplustwoisyes@gmail.com>2020-10-22 17:36:31 -0700
commit6652d7ac2a463581aa53c1599b7b93762422ff0f (patch)
tree1cb3af9f77b799411e404caac37ee6ba84c071f9 /src/gui/cheatMenu.h
parent62cf9b46600ff1f1f2733401f0a670d703fee136 (diff)
downloaddragonfireclient-6652d7ac2a463581aa53c1599b7b93762422ff0f.tar.xz
Add Block Formspec Hack
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r--src/gui/cheatMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h
index c25af5ed2..513d217b6 100644
--- a/src/gui/cheatMenu.h
+++ b/src/gui/cheatMenu.h
@@ -72,7 +72,7 @@ private:
video::SColor m_font_color = video::SColor(195, 255, 255, 255);
video::SColor m_selected_font_color = video::SColor(235, 255, 255, 255);
- FontMode fontStringToEnum(std::string str);
+ FontMode fontStringToEnum(std::string str)
Client *m_client;