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;