diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-29 20:41:14 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-29 20:41:14 +0000 |
commit | 7cf46d715e08b8a355ef9ea7be5421a2710d65fc (patch) | |
tree | 7aa0166030af099fd82b2d080229497d466009aa /src/gui/passwordfield.cpp | |
parent | 9ddc6e0d5208820a374f3bc9b9c5678e013535b2 (diff) | |
download | mana-7cf46d715e08b8a355ef9ea7be5421a2710d65fc.tar.gz mana-7cf46d715e08b8a355ef9ea7be5421a2710d65fc.tar.bz2 mana-7cf46d715e08b8a355ef9ea7be5421a2710d65fc.tar.xz mana-7cf46d715e08b8a355ef9ea7be5421a2710d65fc.zip |
Ported the npc text dialog and some other small updates.
Diffstat (limited to 'src/gui/passwordfield.cpp')
-rw-r--r-- | src/gui/passwordfield.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/passwordfield.cpp b/src/gui/passwordfield.cpp index ee849c45..aa5c3141 100644 --- a/src/gui/passwordfield.cpp +++ b/src/gui/passwordfield.cpp @@ -32,7 +32,7 @@ PasswordField::PasswordField(const std::string& text): void PasswordField::draw(gcn::Graphics *graphics) { - int x, y, w, h, col; + int x, y, w, h; getAbsolutePosition(x, y); w = getWidth(); h = getHeight(); |