mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- removed the ZScript warning.
This commit is contained in:
parent
d5233c2bd2
commit
356c5f2e08
1 changed files with 0 additions and 8 deletions
|
@ -414,15 +414,7 @@ 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