Fixed spawntemp data leaking into mid-level spawned entities

This commit is contained in:
BjossiAlfreds 2024-08-12 16:31:04 +00:00
parent 68f407f16f
commit 6cfda5732d

View file

@ -744,6 +744,9 @@ SpawnEntities(const char *mapname, char *entities, const char *spawnpoint)
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);
G_FindTeams();