aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chicken_cooler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/chicken_cooler.h')
-rw-r--r--engines/titanic/game/chicken_cooler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/chicken_cooler.h b/engines/titanic/game/chicken_cooler.h
index 54dba90686..e1ad7cb8fa 100644
--- a/engines/titanic/game/chicken_cooler.h
+++ b/engines/titanic/game/chicken_cooler.h
@@ -33,11 +33,11 @@ class CChickenCooler : public CGameObject {
bool EnterRoomMsg(CEnterRoomMsg *msg);
bool EnterViewMsg(CEnterViewMsg *msg);
private:
- int _fieldBC;
- int _fieldC0;
+ int _newTemperature;
+ bool _triggerOnRoomEntry;
public:
CLASSDEF;
- CChickenCooler() : CGameObject(), _fieldBC(0), _fieldC0(0) {}
+ CChickenCooler() : CGameObject(), _newTemperature(0), _triggerOnRoomEntry(false) {}
/**
* Save the data for the class to file