r5045 - trunk/data/qcsrc/menu

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 12 15:39:34 EST 2008


Author: div0
Date: 2008-11-12 15:39:34 -0500 (Wed, 12 Nov 2008)
New Revision: 5045

Modified:
   trunk/data/qcsrc/menu/skin-customizables.inc
Log:
fix the default skin writing


Modified: trunk/data/qcsrc/menu/skin-customizables.inc
===================================================================
--- trunk/data/qcsrc/menu/skin-customizables.inc	2008-11-12 20:35:15 UTC (rev 5044)
+++ trunk/data/qcsrc/menu/skin-customizables.inc	2008-11-12 20:39:34 UTC (rev 5045)
@@ -1,7 +1,7 @@
 #if 0
 "Perl code to convert this to a skinvalues.txt file.";
-print "title <TITLE>\n";
-print "author <AUTHOR>\n";
+print "title Generic\n";
+print "author Morphed\n";
 print "\n";
 while(<DATA>)
 {
@@ -52,7 +52,6 @@
 	SKINVECTOR(COLOR_DIALOG_CREDITS, '0.7 0.7 1');
 	SKINVECTOR(COLOR_DIALOG_WEAPONS, '1 0.7 0.7');
 	SKINVECTOR(COLOR_DIALOG_RADAR, '0.7 0.7 1');
-	SKINVECTOR(COLOR_DIALOG_DEMOBROSWER, '0.7 0.7 1');
 	SKINVECTOR(COLOR_DIALOG_SERVERINFO, '0.7 0.7 1');
 
 	// nexposee positions of windows (they are the scale transformation




More information about the nexuiz-commits mailing list