mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 12:32:09 +00:00
shut up warning
This commit is contained in:
parent
10ed996784
commit
fa0ff6aaac
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ for each RE_EndFrame
|
|||
*/
|
||||
void RE_BeginFrame( stereoFrame_t stereoFrame ) {
|
||||
drawBufferCommand_t *cmd = NULL;
|
||||
colorMaskCommand_t *colcmd;
|
||||
colorMaskCommand_t *colcmd = NULL;
|
||||
|
||||
if ( !tr.registered ) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue