endian fixes,
don't use adlib driver if sound initialization fails, simon1 savedialog works svn-id: r3955
This commit is contained in:
parent
d91b85049f
commit
71eac5acd3
14 changed files with 410 additions and 70 deletions
1
main.cpp
1
main.cpp
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue