- Fixed number of DrawTextureTags didn't match in ZScript.

This commit is contained in:
drfrag 2020-06-12 19:25:19 +02:00
parent 38a0e31ef4
commit fded4b3fdc

View file

@ -156,6 +156,7 @@ enum DrawTextureTags
DTA_ColorOverlay, // DWORD: ARGB to overlay on top of image; limited to black for software DTA_ColorOverlay, // DWORD: ARGB to overlay on top of image; limited to black for software
DTA_Internal1, DTA_Internal1,
DTA_Internal2, DTA_Internal2,
DTA_Internal3,
DTA_Desaturate, // explicit desaturation factor (hack, does not do anything) DTA_Desaturate, // explicit desaturation factor (hack, does not do anything)
DTA_Fullscreen, // Draw image fullscreen (same as DTA_VirtualWidth/Height with graphics size.) DTA_Fullscreen, // Draw image fullscreen (same as DTA_VirtualWidth/Height with graphics size.)