aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/main_loop.cpp
diff options
context:
space:
mode:
authoryinsimei2017-07-10 20:39:11 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commit08304b848ad871e25353bf4fdd9c05182bc83fbf (patch)
tree0cbfbc217b4691828bf8947935c11c05ee03185d /engines/sludge/main_loop.cpp
parented09887e84b7d50fdaed7b87a4c9927620bea6aa (diff)
downloadscummvm-rg350-08304b848ad871e25353bf4fdd9c05182bc83fbf.tar.gz
scummvm-rg350-08304b848ad871e25353bf4fdd9c05182bc83fbf.tar.bz2
scummvm-rg350-08304b848ad871e25353bf4fdd9c05182bc83fbf.zip
SLUDGE: use Common/debug instead of sludge debug
Diffstat (limited to 'engines/sludge/main_loop.cpp')
-rw-r--r--engines/sludge/main_loop.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sludge/main_loop.cpp b/engines/sludge/main_loop.cpp
index d0ec09855d..4fbdad5366 100644
--- a/engines/sludge/main_loop.cpp
+++ b/engines/sludge/main_loop.cpp
@@ -29,7 +29,6 @@
#include "graphics/surface.h"
#include "sludge/allfiles.h"
-#include "sludge/debug.h"
#include "sludge/language.h"
#include "sludge/stringy.h"
#include "sludge/sludger.h"
@@ -330,8 +329,6 @@ int main_loop(const char *filename)
Wait_Frame();
}
- debugOut("Bye!\n\n");
-
delete[] gamePath;
killSoundStuff();