From 2628c2d22f3ec1bbe243b131bc9cc597ec43d87e Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Sun, 9 Mar 2014 16:00:40 -0430 Subject: [PATCH] Added a title. --- src/game_over.c | 2 +- src/main_menu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";