mirror of
https://github.com/yquake2/xatrix.git
synced 2024-11-10 06:42:22 +00:00
Merge pull request #101 from BjossiAlfreds/spawntemp-leak-fix
Fixed spawntemp data leaking into mid-level spawned entities
This commit is contained in:
commit
16db9eab3f
1 changed files with 3 additions and 0 deletions
|
@ -744,6 +744,9 @@ SpawnEntities(const char *mapname, char *entities, const char *spawnpoint)
|
||||||
ED_CallSpawn(ent);
|
ED_CallSpawn(ent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* in case the last entity in the entstring has spawntemp fields */
|
||||||
|
memset(&st, 0, sizeof(st));
|
||||||
|
|
||||||
gi.dprintf("%i entities inhibited.\n", inhibit);
|
gi.dprintf("%i entities inhibited.\n", inhibit);
|
||||||
|
|
||||||
G_FindTeams();
|
G_FindTeams();
|
||||||
|
|
Loading…
Reference in a new issue