endian fixes,

don't use adlib driver if sound initialization fails,
simon1 savedialog works

svn-id: r3955
This commit is contained in:
Ludvig Strigeus 2002-04-16 12:07:19 +00:00
parent d91b85049f
commit 71eac5acd3
14 changed files with 410 additions and 70 deletions

View file

@ -70,6 +70,7 @@ int main(int argc, char *argv[])
SimonState *simon = SimonState::create(system, midi);
simon->_game = detector._gameId - GID_SIMON_FIRST;
simon->set_volume(detector._sfx_volume);
simon->_game_path = detector._gameDataPath;
simon->go();
} else {