diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-21 14:09:20 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-21 14:09:20 +0000 |
commit | 0f737da3c19b89f06ce524fc878642783210ea35 (patch) | |
tree | 6051e6a07f6caae1cd23292f5ae00fc59ed5c279 /src/gui | |
parent | a41060c06e0e634f0a24d038c749c35a7ca709a7 (diff) | |
download | mana-0f737da3c19b89f06ce524fc878642783210ea35.tar.gz mana-0f737da3c19b89f06ce524fc878642783210ea35.tar.bz2 mana-0f737da3c19b89f06ce524fc878642783210ea35.tar.xz mana-0f737da3c19b89f06ce524fc878642783210ea35.zip |
That shouldn't be there.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/char_select.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp index 2d9c6e32..9dc57cca 100644 --- a/src/gui/char_select.cpp +++ b/src/gui/char_select.cpp @@ -23,8 +23,6 @@ #include "../graphic/graphic.h" #include "../graphic/2xsai.h" -extern gcn::Gui *gui; - CharSelectDialog::CharSelectDialog(gcn::Container *parent) : Window(parent, "Select Character") { @@ -227,10 +225,6 @@ void charSelect() // Draw background blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, 0, 0, 800, 600); - // Update gui - gui->logic(); - gui->draw(); - gui_update(NULL); // Draw character @@ -318,10 +312,6 @@ void charCreate() // Draw background blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, 0, 0, 800, 600); - // Update gui - gui->logic(); - gui->draw(); - gui_update(NULL); // Draw character |