LURE: Fixed some memory leaks when returning to the launcher from the LURE engine

svn-id: r32357
This commit is contained in:
Christopher Page 2008-05-28 23:28:11 +00:00
parent 8297ead267
commit 203f62ad7c
7 changed files with 19 additions and 1 deletions

View file

@ -164,10 +164,14 @@ void LureEngine::pauseEngineIntern(bool pause) {
}
}
/* This is not being used
void LureEngine::quitGame() {
_system->quit();
}
*/
const char *LureEngine::generateSaveName(int slotNumber) {
static char buffer[15];