mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
ref: soft: fix -Wsequence-point
This commit is contained in:
parent
3fca567b81
commit
12154de6f5
@ -119,7 +119,7 @@ void GAME_EXPORT TriBegin( int mode1 )
|
||||
if( mode1 == TRI_QUADS )
|
||||
mode1 = TRI_TRIANGLE_FAN;
|
||||
mode = mode1;
|
||||
vertcount = n = vertcount = 0;
|
||||
n = vertcount = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user