summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authormiham <miham@openttd.org>2006-08-02 18:36:53 +0000
committermiham <miham@openttd.org>2006-08-02 18:36:53 +0000
commit5f18b6792a67e8e06f3949da63cf11c37cb59d99 (patch)
tree5808ffc33c21cc65ee80f87219493ff2890ea615 /gui.h
parentcb1a3e095d475cc71e4cbf8129ecd776c6fa4471 (diff)
downloadopenttd-5f18b6792a67e8e06f3949da63cf11c37cb59d99.tar.xz
(svn r5714) Backport from branches/TGP (r5701 and r5711)
-Fix: < > boxes in patch-settings didn't grey out when they hit the limit of their range -Codechange: while at it, prettyfied DrawArrowButtons() a bit -Fix: < > boxes in industry production window (when cheat enabled) had a minor glitch
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index cb7c20af9..f6e7bce59 100644
--- a/gui.h
+++ b/gui.h
@@ -17,7 +17,7 @@ void ShowGameOptions(void);
void ShowGameDifficulty(void);
void ShowPatchesSelection(void);
void ShowNewgrf(void);
-void DrawArrowButtons(int x, int y, int ctab, byte state, bool enabled);
+void DrawArrowButtons(int x, int y, int ctab, byte state, bool clickable_left, bool clickable_right);
/* graph_gui.c */
void ShowOperatingProfitGraph(void);