aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-05-28 23:28:11 +0000
committerChristopher Page2008-05-28 23:28:11 +0000
commit203f62ad7cfc3f931c98c8fc3ecdbb01924b896f (patch)
tree4bd5b4c4d3c0b85e9b5bb702b191f9ba08648670 /engines/lure/lure.cpp
parent8297ead2671e43963098a3dc41e8e75fdbce4ddc (diff)
downloadscummvm-rg350-203f62ad7cfc3f931c98c8fc3ecdbb01924b896f.tar.gz
scummvm-rg350-203f62ad7cfc3f931c98c8fc3ecdbb01924b896f.tar.bz2
scummvm-rg350-203f62ad7cfc3f931c98c8fc3ecdbb01924b896f.zip
LURE: Fixed some memory leaks when returning to the launcher from the LURE engine
svn-id: r32357
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index 06d3b1984e..fa6323af07 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -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];