aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorrealOneplustwo <oneplustwoisyes@gmail.com>2020-10-23 08:34:58 -0700
committerrealOneplustwo <oneplustwoisyes@gmail.com>2020-10-23 08:34:58 -0700
commit8e9e76a5076db0042773c6b925698f018a208b29 (patch)
treea9b14f1a5aa210aedf2549ef473c03197f9f5347 /src/gui
parent6652d7ac2a463581aa53c1599b7b93762422ff0f (diff)
downloaddragonfireclient-8e9e76a5076db0042773c6b925698f018a208b29.tar.xz
Revert "Add Block Formspec Hack"
This reverts commit 6652d7ac2a463581aa53c1599b7b93762422ff0f.
Diffstat (limited to 'src/gui')
-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 513d217b6..c25af5ed2 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;