summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r--src/gui/char_select.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index 0bc49084..537a33ad 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -228,7 +228,7 @@ void charSelect()
// Draw background
blit(login_wallpaper, buffer, 0, 0, 0, 0, 800, 600);
- gui_update(NULL);
+ gui->update();
// Draw character
const int pX = 8, pY = 16;
@@ -315,7 +315,7 @@ void charCreate()
// Draw background
blit(login_wallpaper, buffer, 0, 0, 0, 0, 800, 600);
- gui_update(NULL);
+ gui->update();
// Draw character
const int pX = 96, pY = 40;