aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cell_point_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-10 19:04:58 -0500
committerPaul Gilbert2016-12-10 19:04:58 -0500
commitf2f2f4c525fc9ff58a221e298ef045d78390f0c7 (patch)
treef4a83a2fb5c3bb3e6bccaaae16d1b9cbc1e16294 /engines/titanic/game/cell_point_button.h
parentebad4af484a79110cd6c5c6a2689302502ace745 (diff)
downloadscummvm-rg350-f2f2f4c525fc9ff58a221e298ef045d78390f0c7.tar.gz
scummvm-rg350-f2f2f4c525fc9ff58a221e298ef045d78390f0c7.tar.bz2
scummvm-rg350-f2f2f4c525fc9ff58a221e298ef045d78390f0c7.zip
TITANIC: Renaming fields in CCellPointButton
Diffstat (limited to 'engines/titanic/game/cell_point_button.h')
-rw-r--r--engines/titanic/game/cell_point_button.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/engines/titanic/game/cell_point_button.h b/engines/titanic/game/cell_point_button.h
index 33f58cbb83..bee73441a8 100644
--- a/engines/titanic/game/cell_point_button.h
+++ b/engines/titanic/game/cell_point_button.h
@@ -32,18 +32,18 @@ class CCellPointButton : public CBackground {
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
bool EnterViewMsg(CEnterViewMsg *msg);
public:
- int _fieldE0;
- int _fieldE4;
- int _fieldE8;
- int _fieldEC;
+ int _unused1;
+ int _unused2;
+ int _unused3;
+ int _unused4;
int _regionNum;
- int _fieldF4;
- int _fieldF8;
- int _fieldFC;
- int _field100;
- int _field104;
- int _field108;
- CString _string3;
+ int _unused5;
+ int _unused6;
+ int _unused7;
+ int _unused8;
+ int _unused9;
+ int _unused10;
+ CString _npcName;
int _dialNum;
public:
CLASSDEF;