aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chicken_dispensor.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-16 06:49:51 -0500
committerPaul Gilbert2017-01-16 07:03:49 -0500
commitc0047274f09b74d03cc796ce35944586fbc66399 (patch)
tree3c3e237f15e2ad21644bcf7eb2642088d99b0123 /engines/titanic/game/chicken_dispensor.h
parent863827321cf43e5a65df7d7fd129ea70c3830f09 (diff)
downloadscummvm-rg350-c0047274f09b74d03cc796ce35944586fbc66399.tar.gz
scummvm-rg350-c0047274f09b74d03cc796ce35944586fbc66399.tar.bz2
scummvm-rg350-c0047274f09b74d03cc796ce35944586fbc66399.zip
TITANIC: Further cleanup of chicken dispensor
Diffstat (limited to 'engines/titanic/game/chicken_dispensor.h')
-rw-r--r--engines/titanic/game/chicken_dispensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/chicken_dispensor.h b/engines/titanic/game/chicken_dispensor.h
index da0a1db349..e605da09af 100644
--- a/engines/titanic/game/chicken_dispensor.h
+++ b/engines/titanic/game/chicken_dispensor.h
@@ -41,7 +41,7 @@ class CChickenDispensor : public CBackground {
public:
bool _disabled;
DispenseMode _dispenseMode;
- bool _dragging;
+ bool _dispensed;
public:
CLASSDEF;
CChickenDispensor();