diff options
Diffstat (limited to 'src/game/client/components/menus.hpp')
| -rw-r--r-- | src/game/client/components/menus.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp index ab4d5303..8a50c122 100644 --- a/src/game/client/components/menus.hpp +++ b/src/game/client/components/menus.hpp @@ -68,6 +68,7 @@ class MENUS : public COMPONENT POPUP_FIRST_LAUNCH, POPUP_CONNECTING, POPUP_DISCONNECTED, + POPUP_PURE, POPUP_PASSWORD, POPUP_QUIT, }; |