From 4f067334845692bdd9459554c0c7b555d8ad621a Mon Sep 17 00:00:00 2001 From: stpohle Date: Sat, 7 Feb 2004 18:48:56 +0000 Subject: [PATCH] Added Cerror to the music section in the help --- src/help.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/help.c b/src/help.c index 12dfc6c..653688a 100644 --- a/src/help.c +++ b/src/help.c @@ -1,4 +1,4 @@ -/* $Id: help.c,v 1.5 2004/02/07 16:34:38 stpohle Exp $ +/* $Id: help.c,v 1.6 2004/02/07 18:48:56 stpohle Exp $ * Display complex help text and information screen about the game */ @@ -271,6 +271,7 @@ void help () { y += font[2].size.y; menu_create_text ("help", 50, y, 53, 10, COLOR_brown, "Henrik_Enqvist\n" + "Cerror\n" "Martijn de Boer\n"); y = 250;