diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-18 12:31:46 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-18 12:31:46 +0200 |
| commit | f646ddb88ec19307d42729b7babdb77966449327 (patch) | |
| tree | 0f7031bf54ef2b3274380211e05bcfa66420ebe3 /src/menu.c | |
| parent | 003c13a4ae07c3ec15a31df0f7f65e3d1ffe9ae0 (diff) | |
ingame menu & network work
Diffstat (limited to 'src/menu.c')
| -rw-r--r-- | src/menu.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -3,14 +3,6 @@ int current_res_index = 0; bool is_fullscreen = false; -typedef enum t_menu_state { - MENU_STATE_MAIN, - MENU_STATE_LEVEL_SELECT, - MENU_STATE_CREDITS, - MENU_STATE_SETTINGS, - MENU_STATE_JOIN_GAME, -} menu_state; - menu_state current_menu_state = MENU_STATE_MAIN; float menu_state_change_duration = 0.2f; float sec_since_state_change = 999.0f; |
