summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-22 14:38:37 +0000
committerrubidium <rubidium@openttd.org>2006-08-22 14:38:37 +0000
commit908d3bcfe6912b5e6270453bd6c3db8862a4d62b (patch)
tree2a3621a92a3d30384ea51e0898d08f035a559915 /gui.h
parent7ba3ea5f29b1c23a001a31dec5570c383a72861a (diff)
downloadopenttd-908d3bcfe6912b5e6270453bd6c3db8862a4d62b.tar.xz
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.h b/gui.h
index 1af237f08..37c7aa229 100644
--- a/gui.h
+++ b/gui.h
@@ -133,8 +133,8 @@ void ShowNetworkGameWindow(void);
void ShowBuildBridgeWindow(uint start, uint end, byte type);
enum {
- ZOOM_IN = 0,
- ZOOM_OUT = 1,
+ ZOOM_IN = 0,
+ ZOOM_OUT = 1,
ZOOM_NONE = 2, // hack, used to update the button status
};