aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/seasonal_adjustment.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-14 20:04:17 -0500
committerPaul Gilbert2017-01-14 20:04:17 -0500
commit069061035fe0542cb75587d8e3eb9846f29cb0ce (patch)
tree6e8b7dd3a9ada70c38d03f04d0923277aea22178 /engines/titanic/game/seasonal_adjustment.h
parent61db7190a36ca531a5d5cd0d7d085f7cb47b4dd8 (diff)
downloadscummvm-rg350-069061035fe0542cb75587d8e3eb9846f29cb0ce.tar.gz
scummvm-rg350-069061035fe0542cb75587d8e3eb9846f29cb0ce.tar.bz2
scummvm-rg350-069061035fe0542cb75587d8e3eb9846f29cb0ce.zip
TITANIC: Renamings for CSeasonalAdjustment
Diffstat (limited to 'engines/titanic/game/seasonal_adjustment.h')
-rw-r--r--engines/titanic/game/seasonal_adjustment.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/seasonal_adjustment.h b/engines/titanic/game/seasonal_adjustment.h
index 4b7ef3d4f6..c170879f18 100644
--- a/engines/titanic/game/seasonal_adjustment.h
+++ b/engines/titanic/game/seasonal_adjustment.h
@@ -37,11 +37,11 @@ class CSeasonalAdjustment : public CBackground {
bool TurnOff(CTurnOff *msg);
bool ActMsg(CActMsg *msg);
private:
- int _fieldE0;
- int _fieldE4;
+ bool _switching;
+ bool _enabled;
public:
CLASSDEF;
- CSeasonalAdjustment() : CBackground(), _fieldE0(0), _fieldE4(0) {}
+ CSeasonalAdjustment() : CBackground(), _switching(false), _enabled(0) {}
/**
* Save the data for the class to file