Unify checks for missing COM_Parse() token
This commit is contained in:
parent
d58234a6c7
commit
1048073e26
4 changed files with 15 additions and 15 deletions
|
@ -119,7 +119,7 @@ static int GametypeBits( char *string ) {
|
|||
p = string;
|
||||
while( 1 ) {
|
||||
token = COM_ParseExt( &p, qfalse );
|
||||
if( token[0] == 0 ) {
|
||||
if ( !token[0] ) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue