From dda7bc91e424fd06cfa915857ed78cabe56f8ed0 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sat, 7 Feb 2004 13:52:50 +0000 Subject: [PATCH] MENU_image element added, Manual Screen in the game added. --- src/help.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/help.c b/src/help.c index 06393e4..2cef33e 100644 --- a/src/help.c +++ b/src/help.c @@ -1,4 +1,4 @@ -/* $Id: help.c,v 1.1 2004/02/07 13:35:28 stpohle Exp $ +/* $Id: help.c,v 1.2 2004/02/07 13:52:50 stpohle Exp $ * Display complex help text and information screen about the game */ @@ -96,7 +96,9 @@ void help () { menu_create_image ("pwback", 5, y, 0, gfx.powerup[2].image, &rect); menu_create_image ("kick", 5, y, 1, gfx.field[FT_sp_kick].image, &rect); menu_create_text ("help", 55, y, 45, 10, - "Give you another bomb to drop. Maximum number of bombs is %d.", MAX_BOMBS); + "Allowes you to kick some bombs around the level. This will hold " + "just a short time of %d seconds. The maximum distance you can " + "kick the bombs is %d fields.", SPECIAL_KICK_TIME, SPECIAL_KICK_MAXDIST); y += 40; menu_create_image ("pwback", 5, y, 0, gfx.powerup[2].image, &rect);