From dc00385663a0dfa547ae48662cf26cfd77352713 Mon Sep 17 00:00:00 2001
From: nehalmistry <>
Date: Tue, 18 Mar 2003 07:05:55 +0000
Subject: [PATCH] changed font colors of intro and cleaned up title

---
 src/game/intro.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/game/intro.cpp b/src/game/intro.cpp
index 7b331ad41..a7224129f 100644
--- a/src/game/intro.cpp
+++ b/src/game/intro.cpp
@@ -473,7 +473,8 @@ global void ShowIntro(const Intro *intro)
 	//
 	//	Draw title
 	//
-	VideoDrawTextCentered(422*VideoWidth/640,28*VideoHeight/480,
+	SetDefaultTextColors(FontWhite, FontYellow);
+	VideoDrawTextCentered((70+340)/2*VideoWidth/640,28*VideoHeight/480,
 	    LargeFont,intro->Title);
 	//
 	//	Draw scrolling text
@@ -498,6 +499,7 @@ global void ShowIntro(const Intro *intro)
 	    }
 	}
 
+	SetDefaultTextColors(FontYellow, FontWhite);
 	DrawContinueButton();
 	DrawAnyCursor();