From fded4b3fdcc9db28bacd1dc5d2787c1a26b7c1fa Mon Sep 17 00:00:00 2001 From: drfrag Date: Fri, 12 Jun 2020 19:25:19 +0200 Subject: [PATCH] - Fixed number of DrawTextureTags didn't match in ZScript. --- wadsrc/static/zscript/base.zs | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/base.zs b/wadsrc/static/zscript/base.zs index f829cfe4c..dfa9ab102 100644 --- a/wadsrc/static/zscript/base.zs +++ b/wadsrc/static/zscript/base.zs @@ -156,6 +156,7 @@ enum DrawTextureTags DTA_ColorOverlay, // DWORD: ARGB to overlay on top of image; limited to black for software DTA_Internal1, DTA_Internal2, + DTA_Internal3, DTA_Desaturate, // explicit desaturation factor (hack, does not do anything) DTA_Fullscreen, // Draw image fullscreen (same as DTA_VirtualWidth/Height with graphics size.)