now it should be in cvs

svn-id: r13982
This commit is contained in:
Paweł Kołodziejski 2004-06-20 19:23:04 +00:00
parent dad3482500
commit ce0e71dd1c

View File

@ -262,11 +262,11 @@ static void runGame(GameDetector &detector, OSystem *system) {
// Run the game engine
engine->go();
// Stop all sound processing now (this prevents some race conditions later on)
system->clearSoundCallback();
// Free up memory
delete engine;
// Stop all sound processing now (this prevents some race conditions later on)
system->clearSoundCallback();
}
#ifndef _WIN32_WCE