aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/game_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/game_object.h')
-rw-r--r--engines/titanic/core/game_object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h
index 078e63267d..8702b5f522 100644
--- a/engines/titanic/core/game_object.h
+++ b/engines/titanic/core/game_object.h
@@ -79,7 +79,7 @@ protected:
double _field34;
double _field38;
double _field3C;
- int _field40;
+ bool _nonvisual;
int _field44;
int _field48;
int _field4C;
@@ -644,7 +644,7 @@ public:
* Checks the passed point is validly in the object,
* with extra checking of object flags status
*/
- bool checkPoint(const Point &pt, bool ignore40 = false, bool visibleOnly = false);
+ bool checkPoint(const Point &pt, bool ignoreSurface = false, bool visibleOnly = false);
/**
* Set the position of the object