From 0a899876e760419b913495e17052da2903371cb6 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 3 May 2014 22:55:50 -0400 Subject: MOHAWK: Use original stack ID mapping for Riven --- engines/mohawk/riven_graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/riven_graphics.cpp') diff --git a/engines/mohawk/riven_graphics.cpp b/engines/mohawk/riven_graphics.cpp index 615b2fdadb..b44fbb828e 100644 --- a/engines/mohawk/riven_graphics.cpp +++ b/engines/mohawk/riven_graphics.cpp @@ -289,7 +289,7 @@ void RivenGraphics::showInventory() { drawInventoryImage(101, g_demoExitRect); } else { // We don't want to show the inventory on setup screens or in other journals. - if (_vm->getCurStack() == aspit) + if (_vm->getCurStack() == kStackAspit) return; // There are three books and three vars. We have three different -- cgit v1.2.3