r3968 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jul 29 02:07:33 EDT 2008


Author: div0
Date: 2008-07-29 02:07:33 -0400 (Tue, 29 Jul 2008)
New Revision: 3968

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
jpeg: use 3k, not 1k (usually the DP code then will ACTUALLY use 1k to 2k)


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-07-29 05:54:01 UTC (rev 3967)
+++ trunk/data/qcsrc/server/g_world.qc	2008-07-29 06:07:33 UTC (rev 3968)
@@ -1808,7 +1808,7 @@
 	WriteByte(MSG_ONE, TE_CSQC_MAPVOTE);
 	WriteByte(MSG_ONE, MAPVOTE_NET_PIC);
 	WriteByte(MSG_ONE, id);
-	WritePicture(MSG_ONE, strcat(mapvote_screenshot_dir, "/", mapvote_maps[id]), 1024);
+	WritePicture(MSG_ONE, strcat(mapvote_screenshot_dir, "/", mapvote_maps[id]), 3072);
 }
 
 float GameCommand_MapVote(string cmd)




More information about the nexuiz-commits mailing list