From e8560f363674462aa25211b668ab7e7d2def2048 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sun, 8 Feb 2004 00:56:01 +0000 Subject: [PATCH] new player position placement coded by dcdillon --- src/help.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/help.c b/src/help.c index 653688a..7ca4c0b 100644 --- a/src/help.c +++ b/src/help.c @@ -1,4 +1,4 @@ -/* $Id: help.c,v 1.6 2004/02/07 18:48:56 stpohle Exp $ +/* $Id: help.c,v 1.7 2004/02/08 00:56:01 stpohle Exp $ * Display complex help text and information screen about the game */ @@ -279,7 +279,8 @@ void help () { y += font[2].size.y; menu_create_text ("help", -1, y, 53, 10, COLOR_brown, "kitutou(coding/fixing) thaphool(tilesets) ob1kenewb(coding/fixing) " - "TeKkraT(website,gfx) caccola(tilesets) Digital_D(music) Psycho(music)"); + "TeKkraT(website,gfx) caccola(tilesets) Digital_D(music)" + "dcdillon(coding) Psycho(music)"); } else break;