[Scummvm-git-logs] scummvm master -> 5bcb60995b575f648434aa4cd0e68d926a97a8fe
sev-
sev at scummvm.org
Thu Sep 22 18:27:28 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5bcb60995b FULLPIPE: Remove debug leftover
Commit: 5bcb60995b575f648434aa4cd0e68d926a97a8fe
https://github.com/scummvm/scummvm/commit/5bcb60995b575f648434aa4cd0e68d926a97a8fe
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-09-22T18:22:53+02:00
Commit Message:
FULLPIPE: Remove debug leftover
Changed paths:
engines/fullpipe/scenes/scene04.cpp
diff --git a/engines/fullpipe/scenes/scene04.cpp b/engines/fullpipe/scenes/scene04.cpp
index 445451e..d25b0a0 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();
More information about the Scummvm-git-logs
mailing list