aboutsummaryrefslogtreecommitdiff
path: root/gob/scenery.cpp
diff options
context:
space:
mode:
authorMax Horn2005-04-09 19:32:29 +0000
committerMax Horn2005-04-09 19:32:29 +0000
commit2efa0d17f29f015a176669d4ec4615e469b802fb (patch)
treef3d6c84194fa892d445abd38a97816652914bc7c /gob/scenery.cpp
parent9aaff636aad78681650909f5a08decba2cd40283 (diff)
downloadscummvm-rg350-2efa0d17f29f015a176669d4ec4615e469b802fb.tar.gz
scummvm-rg350-2efa0d17f29f015a176669d4ec4615e469b802fb.tar.bz2
scummvm-rg350-2efa0d17f29f015a176669d4ec4615e469b802fb.zip
Get rid of debug.cpp/.h -- it wasn't used anyway, and contained bad code (open/write/close to access a log file? yuck)
svn-id: r17486
Diffstat (limited to 'gob/scenery.cpp')
-rw-r--r--gob/scenery.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gob/scenery.cpp b/gob/scenery.cpp
index a3c907e36c..101c4bfd30 100644
--- a/gob/scenery.cpp
+++ b/gob/scenery.cpp
@@ -21,7 +21,6 @@
*/
#include "gob/gob.h"
#include "gob/scenery.h"
-#include "gob/debug.h"
#include "gob/inter.h"
#include "gob/video.h"
#include "gob/draw.h"
@@ -729,7 +728,7 @@ void scen_interStoreParams(void) {
int16 layer;
int16 var;
- log_write("scen_interStoreParams: Storing...\n");
+ warning("scen_interStoreParams: Storing...");
inter_evalExpr(&animation);
inter_evalExpr(&layer);