r774 - trunk/code/cgame
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat May 6 08:11:24 EDT 2006
Author: thilo
Date: 2006-05-06 08:11:24 -0400 (Sat, 06 May 2006)
New Revision: 774
Modified:
trunk/code/cgame/cg_servercmds.c
Log:
Added return; statement so it doesn't complain when it receives a remapShader command.
Modified: trunk/code/cgame/cg_servercmds.c
===================================================================
--- trunk/code/cgame/cg_servercmds.c 2006-05-06 10:54:55 UTC (rev 773)
+++ trunk/code/cgame/cg_servercmds.c 2006-05-06 12:11:24 UTC (rev 774)
@@ -1072,6 +1072,8 @@
trap_R_RemapShader(shader1, shader2, shader3);
}
+
+ return;
}
// loaddeferred can be both a servercmd and a consolecmd
More information about the quake3-commits
mailing list