From 7fcdade43c16cde0f9c6b714527edb9e8a39e5e8 Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 30 Aug 2004 20:48:36 +0000 Subject: [PATCH] added credit --- src/help.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/help.c b/src/help.c index 255f66a..15f01c4 100644 --- a/src/help.c +++ b/src/help.c @@ -1,4 +1,4 @@ -/* $Id: help.c,v 1.11 2004/05/20 16:55:30 stpohle Exp $ +/* $Id: help.c,v 1.12 2004/08/30 20:48:36 stpohle Exp $ * Display complex help text and information screen about the game */ @@ -268,7 +268,7 @@ void help () { "Steffen Pohle\n" "Patrick Wilczek\n"); - y = 150; + y = 140; menu_create_label (menu, "Sound/Music:", 5, y, 2, COLOR_yellow); y += font[2].size.y; menu_create_text (menu, "help", 50, y, 53, 10, COLOR_brown, @@ -276,13 +276,13 @@ void help () { "Cerror\n" "Martijn de Boer\n"); - y = 250; + y = 240; menu_create_label (menu, "Thanks To:", -1, y, 2, COLOR_yellow); y += font[2].size.y; menu_create_text (menu, "help", -1, y, 53, 10, COLOR_brown, - "kitutou(coding/fixing) thaphool(tilesets) ob1kenewb(coding/fixing) " - "TeKkraT(website,gfx) caccola(tilesets) Digital_D(music) " - "dcdillon(coding) Psycho(music)"); + "kitutou(coding/fixing), thaphool(tilesets), ob1kenewb(coding/fixing), " + "TeKkraT(website,gfx), caccola(tilesets), Digital_D(music), " + "dcdillon(coding), Psycho(music),\nNiklas Sj\xf6sv\xe4rd(music)"); } else break;