From 9bca40c062ee8559e53a9e38d3331e32766f8e99 Mon Sep 17 00:00:00 2001 From: Irastris Date: Mon, 30 Mar 2026 02:26:12 -0400 Subject: [PATCH] Revert "Increase shadow resolution" --- src/d/d_drawlist.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp index 69937c264c..9a37846dcb 100644 --- a/src/d/d_drawlist.cpp +++ b/src/d/d_drawlist.cpp @@ -1398,11 +1398,7 @@ void dDlst_shadowSimple_c::set(cXyz* param_0, f32 param_1, f32 param_2, cXyz* pa } void dDlst_shadowControl_c::init() { -#if TARGET_PC - static u16 l_realImageSize[2] = {512, 256}; -#else static u16 l_realImageSize[2] = {192, 64}; -#endif for (int i = 0; i < 2; i++) { u16 size = l_realImageSize[i];