[Scummvm-git-logs] scummvm master -> 2833be0773e684b8d8fcace0b1c5bf133f41ade8
sev-
sev at scummvm.org
Wed Aug 31 22:57:49 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:
2833be0773 FULLPIPE: Fix warning
Commit: 2833be0773e684b8d8fcace0b1c5bf133f41ade8
https://github.com/scummvm/scummvm/commit/2833be0773e684b8d8fcace0b1c5bf133f41ade8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-08-31T22:57:34+02:00
Commit Message:
FULLPIPE: Fix warning
Changed paths:
engines/fullpipe/scenes/scene03.cpp
diff --git a/engines/fullpipe/scenes/scene03.cpp b/engines/fullpipe/scenes/scene03.cpp
index cf0a90f..9c2d5e7 100644
--- a/engines/fullpipe/scenes/scene03.cpp
+++ b/engines/fullpipe/scenes/scene03.cpp
@@ -50,9 +50,8 @@ void FullpipeEngine::setSwallowedEggsState() {
void scene03_initScene(Scene *sc) {
debugC(1, kDebugSceneLogic, "scene03_initScene()");
- Inventory2 *inv = getGameLoaderInventory();
-
#if 0
+ Inventory2 *inv = getGameLoaderInventory();
inv->addItem(ANI_INV_EGGAPL, 1);
inv->addItem(ANI_INV_EGGDOM, 1);
inv->addItem(ANI_INV_EGGCOIN, 1);
More information about the Scummvm-git-logs
mailing list