Added init state to game, where the welcome screen is painted.

This commit is contained in:
T-moe
2016-01-29 16:18:46 +01:00
parent 424bc54d55
commit 9c9b52b304
5 changed files with 28 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ typedef struct game_s{
player_t player[PLAYER_COUNT];
enum{ // Current state of the game
init,
prestart,
running,
ended