Added init state to game, where the welcome screen is painted.
This commit is contained in:
@@ -57,6 +57,7 @@ typedef struct game_s{
|
||||
player_t player[PLAYER_COUNT];
|
||||
|
||||
enum{ // Current state of the game
|
||||
init,
|
||||
prestart,
|
||||
running,
|
||||
ended
|
||||
|
||||
Reference in New Issue
Block a user