summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-08 03:37:00 +0000
committerbelugas <belugas@openttd.org>2008-08-08 03:37:00 +0000
commitef22740ccbcf9d253894420fa3baac968ea700be (patch)
treeca56081f9e7978fdacd04a449e0175cac4bd446b /src/gui.h
parenta2f590aeecf6a683d461ceea1fc0a22bd7a951fa (diff)
downloadopenttd-ef22740ccbcf9d253894420fa3baac968ea700be.tar.xz
(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index d7e35f41e..8c3876b52 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -23,7 +23,7 @@ void InitializeGUI();
void ShowGameOptions();
void ShowGameDifficulty();
void ShowPatchesSelection();
-void DrawArrowButtons(int x, int y, int ctab, byte state, bool clickable_left, bool clickable_right);
+void DrawArrowButtons(int x, int y, Colours button_colour, byte state, bool clickable_left, bool clickable_right);
/* graph_gui.cpp */
void ShowOperatingProfitGraph();