mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-25 13:31:07 +00:00
Merge remote-tracking branch 'remotes/zdoom/master'
This commit is contained in:
commit
6271ecf2af
1 changed files with 7 additions and 0 deletions
|
@ -414,7 +414,14 @@ void ParseScripts()
|
||||||
while ((lump = Wads.FindLump("ZSCRIPT", &lastlump)) != -1)
|
while ((lump = Wads.FindLump("ZSCRIPT", &lastlump)) != -1)
|
||||||
{
|
{
|
||||||
DoParse(lump);
|
DoParse(lump);
|
||||||
|
if (!Args->CheckParm("-zscript"))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Printf(TEXTCOLOR_PURPLE "WARNING!!!\n");
|
||||||
|
Printf(TEXTCOLOR_PURPLE "As of this version, Zscript is still considered a feature in development which can change " TEXTCOLOR_RED "WITHOUT WARNING!!!\n");
|
||||||
|
Printf(TEXTCOLOR_PURPLE "Use at your own risk!\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue