summaryrefslogtreecommitdiff
path: root/src/cheat_gui.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-06 04:01:07 +0000
committerbelugas <belugas@openttd.org>2008-08-06 04:01:07 +0000
commit6532897b5ae411c716cfd81586c2a662f2ad1ac0 (patch)
treeb0dcb83fe0344d4ea865874cdd465a336e47ca77 /src/cheat_gui.cpp
parent7fce33fb51095cc241095149a714fa479f55f3e8 (diff)
downloadopenttd-6532897b5ae411c716cfd81586c2a662f2ad1ac0.tar.xz
(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls
Diffstat (limited to 'src/cheat_gui.cpp')
-rw-r--r--src/cheat_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp
index c5d84a141..981a58970 100644
--- a/src/cheat_gui.cpp
+++ b/src/cheat_gui.cpp
@@ -157,7 +157,7 @@ struct CheatWindow : Window {
char buf[512];
/* Draw [<][>] boxes for settings of an integer-type */
- DrawArrowButtons(x + 20, y, 3, clicked - (i * 2), true, true);
+ DrawArrowButtons(x + 20, y, COLOUR_YELLOW, clicked - (i * 2), true, true);
switch (ce->str) {
/* Display date for change date cheat */