aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chev_code.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-17 23:56:20 -0400
committerPaul Gilbert2016-08-17 23:56:20 -0400
commit912b3b15d2f11f12303d8dd7beb20c5f8716ea51 (patch)
treebaa57737ff53716da0712083e571bc9ac1a9453b /engines/titanic/game/chev_code.h
parent69083ae71f2fe111a64206f234011013fcfd2ba4 (diff)
downloadscummvm-rg350-912b3b15d2f11f12303d8dd7beb20c5f8716ea51.tar.gz
scummvm-rg350-912b3b15d2f11f12303d8dd7beb20c5f8716ea51.tar.bz2
scummvm-rg350-912b3b15d2f11f12303d8dd7beb20c5f8716ea51.zip
TITANIC: Implemented CChevPanel class
Diffstat (limited to 'engines/titanic/game/chev_code.h')
-rw-r--r--engines/titanic/game/chev_code.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/chev_code.h b/engines/titanic/game/chev_code.h
index 88b26cd6ec..4a71b13f9e 100644
--- a/engines/titanic/game/chev_code.h
+++ b/engines/titanic/game/chev_code.h
@@ -40,10 +40,10 @@ class CChevCode : public CGameObject {
bool CheckChevCode(CCheckChevCode *msg);
bool GetChevCodeFromRoomNameMsg(CGetChevCodeFromRoomNameMsg *msg);
public:
- int _floorBits;
+ int _chevCode;
public:
CLASSDEF;
- CChevCode() : CGameObject(), _floorBits(0) {}
+ CChevCode() : CGameObject(), _chevCode(0) {}
/**
* Save the data for the class to file