diff options
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r-- | src/gui/char_select.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp index 04fa5317..eaada80d 100644 --- a/src/gui/char_select.cpp +++ b/src/gui/char_select.cpp @@ -225,7 +225,7 @@ void charSelect() } // Draw background - blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, 0, 0, 800, 600); + blit(login_wallpaper, buffer, 0, 0, 0, 0, 800, 600); gui_update(NULL); @@ -312,7 +312,7 @@ void charCreate() state != CHAR_SELECT) { // Draw background - blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, 0, 0, 800, 600); + blit(login_wallpaper, buffer, 0, 0, 0, 0, 800, 600); gui_update(NULL); |