r1336 - trunk/code/renderer
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu May 1 12:10:04 EDT 2008
Author: thilo
Date: 2008-05-01 12:10:01 -0400 (Thu, 01 May 2008)
New Revision: 1336
Modified:
trunk/code/renderer/tr_cmds.c
Log:
shut up warning
Modified: trunk/code/renderer/tr_cmds.c
===================================================================
--- trunk/code/renderer/tr_cmds.c 2008-05-01 14:56:57 UTC (rev 1335)
+++ trunk/code/renderer/tr_cmds.c 2008-05-01 16:10:01 UTC (rev 1336)
@@ -336,7 +336,7 @@
*/
void RE_BeginFrame( stereoFrame_t stereoFrame ) {
drawBufferCommand_t *cmd = NULL;
- colorMaskCommand_t *colcmd;
+ colorMaskCommand_t *colcmd = NULL;
if ( !tr.registered ) {
return;
More information about the quake3-commits
mailing list