Add Acorn version of Simon the Sorcerer 1 Talkie

svn-id: r10389
This commit is contained in:
Travis Howell 2003-09-24 06:19:30 +00:00
parent 908eb0823f
commit 3854ce8f3d
5 changed files with 40 additions and 6 deletions

View file

@ -312,7 +312,7 @@ SimonSound::SimonSound(const byte game, const GameSpecificSettings *gss, const c
}
#endif
if (_game == GAME_SIMON1TALKIE) {
if (_game == GAME_SIMON1ACORN || _game == GAME_SIMON1TALKIE) {
file = new File();
#ifdef USE_MAD
file->open(gss->mp3_effects_filename, gameDataPath);