summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-17 21:17:17 +0000
committerrubidium <rubidium@openttd.org>2011-11-17 21:17:17 +0000
commit02b884d923d5d273004b51b36e4054c0b7629b8d (patch)
tree22e28792da88a02cd509e629dc5a4b0a87a1c495 /src/openttd.h
parent4390f6f449226a756b10e42d012574a9d85aace2 (diff)
downloadopenttd-02b884d923d5d273004b51b36e4054c0b7629b8d.tar.xz
(svn r23244) -Feature: if the installation is ananas, try to get the b without b installed
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 40a78c48c..7fcd1ceaa 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -19,6 +19,7 @@ enum GameMode {
GM_MENU,
GM_NORMAL,
GM_EDITOR,
+ GM_BOOTSTRAP
};
/** Mode which defines what mode we're switching to. */