aboutsummaryrefslogtreecommitdiff
path: root/src/gui/cheatMenu.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-31 19:23:29 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-31 19:23:29 +0200
commit2675bcca1a3e8c59475ccb29d1afa9e19489a686 (patch)
treed12d7db86a4d6180e8da5555d2782e169f0ba89b /src/gui/cheatMenu.h
parent3d980cf5756aee9fc619e4d667f1427967dda53b (diff)
downloaddragonfireclient-2675bcca1a3e8c59475ccb29d1afa9e19489a686.tar.xz
Added more cheats
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r--src/gui/cheatMenu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h
index c69c2c37e..9d1263980 100644
--- a/src/gui/cheatMenu.h
+++ b/src/gui/cheatMenu.h
@@ -61,7 +61,8 @@ private:
video::SColor m_bg_color = video::SColor(192, 255, 175, 191);
video::SColor m_active_bg_color = video::SColor(192, 255, 32, 76);
- video::SColor m_font_color = video::SColor(255, 89, 0, 65);
+ //video::SColor m_font_color = video::SColor(255, 89, 0, 65);
+ video::SColor m_font_color = video::SColor(255, 0, 0, 0);
video::SColor m_selected_font_color = video::SColor(255, 87, 0, 242);
Client *m_client;