- scriptified the remaining Cleric weapons.

This commit is contained in:
Christoph Oelckers 2016-11-26 19:23:22 +01:00
parent 659a592f16
commit 997e4a2ac4
11 changed files with 210 additions and 272 deletions

View file

@ -406,10 +406,12 @@ void ParseScripts()
int lump, lastlump = 0;
FScriptPosition::ResetErrorCounter();
while ((lump = Wads.FindLump("ZSCRIPT", &lastlump)) != -1)
{
DoParse(lump);
}
}
/*