mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-24 12:42:30 +00:00
IOQ3 commit 2265
This commit is contained in:
parent
e76c833cb9
commit
08d16d1b01
2 changed files with 1 additions and 2 deletions
|
@ -784,7 +784,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;
|
||||
|
|
|
@ -273,7 +273,6 @@ int trap_RealTime(qtime_t * qtime)
|
|||
void trap_SnapVector(float *v)
|
||||
{
|
||||
syscall(G_SNAPVECTOR, v);
|
||||
return;
|
||||
}
|
||||
|
||||
// BotLib traps start here
|
||||
|
|
Loading…
Reference in a new issue