aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/barbot.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-28 21:06:58 -0500
committerPaul Gilbert2017-01-28 21:06:58 -0500
commitea63b5bb3b0e58dcf68c7402a9f3dcd01ca0f659 (patch)
treeac4de9b81b2f1f5bba52244ff72362f41c295fcc /engines/titanic/npcs/barbot.h
parent9dac440d3be105911c0fc197e760db96aa729b16 (diff)
downloadscummvm-rg350-ea63b5bb3b0e58dcf68c7402a9f3dcd01ca0f659.tar.gz
scummvm-rg350-ea63b5bb3b0e58dcf68c7402a9f3dcd01ca0f659.tar.bz2
scummvm-rg350-ea63b5bb3b0e58dcf68c7402a9f3dcd01ca0f659.zip
TITANIC: Fix Barbot telling what ingredients are still needed
Diffstat (limited to 'engines/titanic/npcs/barbot.h')
-rw-r--r--engines/titanic/npcs/barbot.h2
1 files changed, 1 insertions, 1 deletions
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;