aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-04 15:01:27 +0200
committerEugene Sandulenko2014-01-04 15:01:27 +0200
commita230368de597e291ac4321fc77e3a6b5ffaafc12 (patch)
tree6fbefb709fab02e345bc17eb7dd9c3d4f4458546 /engines/fullpipe/statics.cpp
parent37123c16333d6aa9c3dadc3bda4a6a11371a11b1 (diff)
downloadscummvm-rg350-a230368de597e291ac4321fc77e3a6b5ffaafc12.tar.gz
scummvm-rg350-a230368de597e291ac4321fc77e3a6b5ffaafc12.tar.bz2
scummvm-rg350-a230368de597e291ac4321fc77e3a6b5ffaafc12.zip
FULLPIPE: More code to ExCommand class
Diffstat (limited to 'engines/fullpipe/statics.cpp')
-rw-r--r--engines/fullpipe/statics.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index e7bc2b9ba6..1c3d11ac54 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -1923,6 +1923,8 @@ bool StaticPhase::load(MfcArchive &file) {
assert (g_fp->_gameProjectVersion >= 12);
+ warning("StaticPhase::load(): Code continues here");
+
return true;
}