summaryrefslogtreecommitdiff
path: root/src/gui/char_server.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-21 14:03:07 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-21 14:03:07 +0000
commita41060c06e0e634f0a24d038c749c35a7ca709a7 (patch)
tree544830b4ea9db456df1581170ebd0e81a1c6d124 /src/gui/char_server.cpp
parente7f1e289484e4c2579c70e3441a2985f7e6cd98b (diff)
downloadmana-a41060c06e0e634f0a24d038c749c35a7ca709a7.tar.gz
mana-a41060c06e0e634f0a24d038c749c35a7ca709a7.tar.bz2
mana-a41060c06e0e634f0a24d038c749c35a7ca709a7.tar.xz
mana-a41060c06e0e634f0a24d038c749c35a7ca709a7.zip
Committing ported character select and new character dialogs by nym.
Diffstat (limited to 'src/gui/char_server.cpp')
-rw-r--r--src/gui/char_server.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/char_server.cpp b/src/gui/char_server.cpp
index 6664be84..50810128 100644
--- a/src/gui/char_server.cpp
+++ b/src/gui/char_server.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * By ElvenProgrammer aka Eugenio Favalli (umperio@users.sourceforge.net)
*/
#include "char_server.h"
@@ -106,7 +104,6 @@ void char_server() {
showServerList = 1;
while (showServerList) {
- clear_bitmap(buffer);
blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, 0, 0, 800, 600);
gui_update(NULL);
blit(buffer, screen, 0, 0, 0, 0, 800, 600);