aboutsummaryrefslogtreecommitdiff
path: root/gob/scenery.cpp
diff options
context:
space:
mode:
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);