diff --git a/src/engine.cpp b/src/engine.cpp index 5a9ceaf..d53dd7d 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -105,7 +105,7 @@ void Game::levelInitialize (edict_t *entities, int max) { if (is (GameFlags::Legacy) && strings.isEmpty (ent->v.target.chars ())) { ent->v.target = ent->v.targetname = engfuncs.pfnAllocString ("fake"); } - else { + else if (!is (GameFlags::ReGameDLL)) { engfuncs.pfnRemoveEntity (ent); } }