From ea63b5bb3b0e58dcf68c7402a9f3dcd01ca0f659 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 28 Jan 2017 21:06:58 -0500 Subject: TITANIC: Fix Barbot telling what ingredients are still needed --- engines/titanic/npcs/barbot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/npcs/barbot.h') diff --git a/engines/titanic/npcs/barbot.h b/engines/titanic/npcs/barbot.h index 94830b2e7d..2569904ab6 100644 --- a/engines/titanic/npcs/barbot.h +++ b/engines/titanic/npcs/barbot.h @@ -71,7 +71,7 @@ private: int _field124; bool _visCenterOnCounter; bool _addedVodka; - bool _ingredientsGiven; + bool _gottenDrunk; int _field134; int _field138; int _field13C; -- cgit v1.2.3