From 85c84c9d86cc9dc21b6e38e9a112cbe5e29576cc Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 6 Aug 2008 04:01:07 +0000 Subject: (svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls --- src/cheat_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cheat_gui.cpp') 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 */ -- cgit v1.2.3-54-g00ecf