From 69946ce96355e5e07ad7a21ab3eb2f2831dfc002 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Jul 2013 22:45:11 +0300 Subject: FULLPIPE: Continued scene loading --- engines/fullpipe/inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe/inventory.cpp') diff --git a/engines/fullpipe/inventory.cpp b/engines/fullpipe/inventory.cpp index 877f260e57..47f3b0d4be 100644 --- a/engines/fullpipe/inventory.cpp +++ b/engines/fullpipe/inventory.cpp @@ -72,7 +72,7 @@ bool CInventory::setItemFlags(int itemId, int flags) { CInventory2::CInventory2() { _selectedId = -1; _field_48 = -1; - _sceneObj = 0; + _scene = 0; _picture = 0; _isInventoryOut = 0; _isLocked = 0; -- cgit v1.2.3