aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-22 18:22:53 +0200
committerEugene Sandulenko2016-09-22 18:22:53 +0200
commit5bcb60995b575f648434aa4cd0e68d926a97a8fe (patch)
tree73757a4eaa6a81404b6367b3a70220bda291c878 /engines/fullpipe/scenes
parentb32f167345de9cdf30d1d229aca75f13df918e5b (diff)
downloadscummvm-rg350-5bcb60995b575f648434aa4cd0e68d926a97a8fe.tar.gz
scummvm-rg350-5bcb60995b575f648434aa4cd0e68d926a97a8fe.tar.bz2
scummvm-rg350-5bcb60995b575f648434aa4cd0e68d926a97a8fe.zip
FULLPIPE: Remove debug leftover
Diffstat (limited to 'engines/fullpipe/scenes')
-rw-r--r--engines/fullpipe/scenes/scene04.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene04.cpp b/engines/fullpipe/scenes/scene04.cpp
index 445451ec2c..d25b0a08e7 100644
--- a/engines/fullpipe/scenes/scene04.cpp
+++ b/engines/fullpipe/scenes/scene04.cpp
@@ -67,7 +67,7 @@ void scene04_springCallback(int *phase) {
void scene04_initScene(Scene *sc) {
debugC(1, kDebugSceneLogic, "scene04_initScene()");
-#if 1
+#if 0
Inventory2 *inv = getGameLoaderInventory();
inv->addItem(ANI_INV_COIN, 1);
inv->rebuildItemRects();