aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/edit_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/edit_control.h')
-rw-r--r--engines/titanic/gfx/edit_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/edit_control.h b/engines/titanic/gfx/edit_control.h
index 6c02f7afb9..ce36f9b108 100644
--- a/engines/titanic/gfx/edit_control.h
+++ b/engines/titanic/gfx/edit_control.h
@@ -43,7 +43,7 @@ protected:
byte _textB;
CString _text;
int _fieldF0;
- int _fieldF4;
+ bool _isPassword;
public:
CLASSDEF;
CEditControl();