mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 05:45:34 +00:00
Fixed esmtool for Monster
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@76 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
dffe9f3b06
commit
196f50f848
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ import std.stdio;
|
|||
import core.memory;
|
||||
import esm.esmmain;
|
||||
import monster.util.string;
|
||||
import mscripts.object;
|
||||
|
||||
import std.gc;
|
||||
import gcstats;
|
||||
|
@ -102,6 +103,7 @@ void main(char[][] args)
|
|||
if(scptShow && scptName == "") return help("No script name given");
|
||||
|
||||
initializeMemoryRegions();
|
||||
initMonsterScripts();
|
||||
|
||||
if(raw)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue