diff --git a/src/game_over.c b/src/game_over.c index f57b2c5..ca9528d 100644 --- a/src/game_over.c +++ b/src/game_over.c @@ -10,7 +10,7 @@ #include "constants.h" #include "game_over.h" -static const char * title = "TITLE PENDING"; +static const char * title = "NOT SO ROGUE-LIKE"; static const char * subtitle = "A game for the Cyberpunk Jam 2014"; static const char * aWinnerIsYou = "You have completed the scenario!"; static const char * thanks = "Thank you for playing."; diff --git a/src/main_menu.c b/src/main_menu.c index a1c4ddc..7f3b5e5 100644 --- a/src/main_menu.c +++ b/src/main_menu.c @@ -10,7 +10,7 @@ #include "constants.h" #include "main_menu.h" -static const char * title = "TITLE PENDING"; +static const char * title = "NOT SO ROGUE-LIKE"; static const char * subtitle = "A game for the Cyberpunk Jam 2014"; static const char * opt1 = "New game"; static const char * opt2 = "Replay intro";