r1230 - trunk/code/q3_ui

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 8 05:08:02 EST 2007


Author: ludwig
Date: 2007-12-08 05:08:02 -0500 (Sat, 08 Dec 2007)
New Revision: 1230

Modified:
   trunk/code/q3_ui/ui_menu.c
Log:
print "powered by the ioquake3 engine" in the main menu


Modified: trunk/code/q3_ui/ui_menu.c
===================================================================
--- trunk/code/q3_ui/ui_menu.c	2007-12-07 10:12:55 UTC (rev 1229)
+++ trunk/code/q3_ui/ui_menu.c	2007-12-08 10:08:02 UTC (rev 1230)
@@ -222,11 +222,10 @@
 	}
 
 	if (uis.demoversion) {
-		UI_DrawProportionalString( 320, 372, "DEMO      FOR MATURE AUDIENCES      DEMO", UI_CENTER|UI_SMALLFONT, color );
-		UI_DrawString( 320, 400, "Quake III Arena(c) 1999-2000, Id Software, Inc.  All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
-	} else {
-		UI_DrawString( 320, 450, "Quake III Arena(c) 1999-2000, Id Software, Inc.  All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
+		UI_DrawProportionalString( 320, 412, "DEMO      FOR MATURE AUDIENCES      DEMO", UI_CENTER|UI_SMALLFONT, color );
 	}
+	UI_DrawString( 320, 440, "Quake III Arena(c) 1999-2000, Id Software, Inc.  All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
+	UI_DrawString( 320, 460, "powered by the ioquake3 engine", UI_CENTER|UI_SMALLFONT, color );
 }
 
 




More information about the quake3-commits mailing list