summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/char_select.cpp2
-rw-r--r--tmw.ini4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index 61ba61ab..3422ad7f 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -162,7 +162,7 @@ void server_char_delete() {
int gui_exit = 1;
while ((!key[KEY_ESC])&&(gui_exit)) {
clear_bitmap(buffer);
- blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, -120, -90, 640, 480);
+ blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, 0, 0, 800, 600);
gui_exit = gui_update(player);
blit(buffer, screen, 0, 0, 0, 0, 800, 600);
}
diff --git a/tmw.ini b/tmw.ini
index 1808bcbe..1a438a45 100644
--- a/tmw.ini
+++ b/tmw.ini
@@ -30,5 +30,5 @@ chatlog = chatlog.txt
stretch = 1
[login]
-remember = 1
-username = elven
+remember = 0
+username =