diff options
Diffstat (limited to 'engines/sherlock/tattoo/widget_password.h')
-rw-r--r-- | engines/sherlock/tattoo/widget_password.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sherlock/tattoo/widget_password.h b/engines/sherlock/tattoo/widget_password.h index 9c842cab84..f7e82c798d 100644 --- a/engines/sherlock/tattoo/widget_password.h +++ b/engines/sherlock/tattoo/widget_password.h @@ -28,8 +28,6 @@ namespace Sherlock { -#define MAX_PASSWORD 40 - class SherlockEngine; namespace Tattoo { @@ -37,7 +35,7 @@ namespace Tattoo { class WidgetPassword: public WidgetBase { private: Common::Point _cursorPos; - char _password[MAX_PASSWORD + 1]; + Common::String _password; int _index; bool _blinkFlag; int _blinkCounter; |