LURE: Fixed some memory leaks when returning to the launcher from the LURE engine
svn-id: r32357
This commit is contained in:
parent
8297ead267
commit
203f62ad7c
7 changed files with 19 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue