(svn r23244) -Feature: if the installation is ananas, try to get the b without b installed

This commit is contained in:
rubidium
2011-11-17 21:17:17 +00:00
parent c77ae1f54c
commit 4509f814b3
11 changed files with 314 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ enum GameMode {
GM_MENU,
GM_NORMAL,
GM_EDITOR,
GM_BOOTSTRAP
};
/** Mode which defines what mode we're switching to. */