Ooops that should not have been commmited

svn-id: r9142
This commit is contained in:
Travis Howell 2003-07-23 05:18:47 +00:00
parent 13dae9b394
commit fc5080bfb2
2 changed files with 1 additions and 5 deletions

View file

@ -106,10 +106,6 @@ OSystem_SDL_Common::OSystem_SDL_Common()
// reset mouse state // reset mouse state
memset(&km, 0, sizeof(km)); memset(&km, 0, sizeof(km));
cd_end_time = 0;
cd_num_loops = 0;
cd_duration = 0;
cd_stop_time = 0;
} }
OSystem_SDL_Common::~OSystem_SDL_Common() { OSystem_SDL_Common::~OSystem_SDL_Common() {

View file

@ -470,7 +470,7 @@ void Sound::playSound(int soundID) {
} }
if (_scumm->_gameId == GID_LOOM) { if (_scumm->_gameId == GID_LOOM && (READ_LE_UINT16(ptr + 4) == 'so')) {
// Mac version of Loom uses yet another sound format // Mac version of Loom uses yet another sound format
/* /*
playSound #9 (room 70) playSound #9 (room 70)