REFACTOR
From /dev/humancontroller.
This commit is contained in:
parent
997615168a
commit
7f9a04fd80
6 changed files with 5 additions and 6 deletions
|
@ -485,7 +485,7 @@ char *G_AddSpawnVarToken( const char *string ) {
|
|||
|
||||
l = strlen( string );
|
||||
if ( level.numSpawnVarChars + l + 1 > MAX_SPAWN_VARS_CHARS ) {
|
||||
G_Error( "G_AddSpawnVarToken: MAX_SPAWN_VARS" );
|
||||
G_Error( "G_AddSpawnVarToken: MAX_SPAWN_VARS_CHARS" );
|
||||
}
|
||||
|
||||
dest = level.spawnVarChars + level.numSpawnVarChars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue