(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 4390f6f449
commit 02b884d923
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. */