aboutsummaryrefslogtreecommitdiff
path: root/lobby.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobby.h')
-rw-r--r--lobby.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lobby.h b/lobby.h
index 83b9cb40..bbe177b0 100644
--- a/lobby.h
+++ b/lobby.h
@@ -42,8 +42,8 @@ public:
private:
AOApplication *ao_app;
- const int m_lobby_width = 517;
- const int m_lobby_height = 666;
+ int m_lobby_width = 517;
+ int m_lobby_height = 666;
AOImage *ui_background;