(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls

This commit is contained in:
belugas
2008-08-06 04:01:07 +00:00
parent 7fce33fb51
commit 6532897b5a
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */