From 356c5f2e08088e5851e33dfe880e7352e3dfdcd6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 1 Jan 2017 12:29:03 +0100 Subject: [PATCH] - removed the ZScript warning. --- src/scripting/zscript/zcc_parser.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/scripting/zscript/zcc_parser.cpp b/src/scripting/zscript/zcc_parser.cpp index b26ef3f397..07cc695d84 100644 --- a/src/scripting/zscript/zcc_parser.cpp +++ b/src/scripting/zscript/zcc_parser.cpp @@ -414,15 +414,7 @@ void ParseScripts() while ((lump = Wads.FindLump("ZSCRIPT", &lastlump)) != -1) { 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"); - } /*