Revert "ACS Environment::loadModule: Free vres after generation"

This reverts commit 21a431d341.
This commit is contained in:
GenericHeroGuy 2025-02-10 00:05:38 +01:00
parent a3e531d0d4
commit 2334bde81e

View file

@ -300,8 +300,6 @@ void Environment::loadModule(ACSVM::Module *module)
{
CONS_Debug(DBG_SETUP, "No BEHAVIOR lump found.\n");
}
vres_Free(vRes);
}
else
{