From 6f4ca480b50f693b52255e8f2f7ef4184d2cd081 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 19 Oct 2019 20:25:58 +0200 Subject: [PATCH] - sky clamping may only be done in Blood for now. This needs a better solution. --- source/blood/src/common_game.h | 7 ------- source/build/src/polymost.cpp | 1 + source/build/src/texcache.cpp | 2 +- source/common/ns.h | 8 ++++++++ source/duke3d/src/common_game.h | 7 ------- source/rr/src/common_game.h | 7 ------- 6 files changed, 10 insertions(+), 22 deletions(-) diff --git a/source/blood/src/common_game.h b/source/blood/src/common_game.h index 6a08378e3..5e59d0de8 100644 --- a/source/blood/src/common_game.h +++ b/source/blood/src/common_game.h @@ -32,13 +32,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. BEGIN_BLD_NS extern int g_useCwd; -#ifndef APPNAME -#define APPNAME "NBlood" -#endif - -#ifndef APPBASENAME -#define APPBASENAME "nblood" -#endif #define BLOODWIDESCREENDEF "blood_widescreen.def" diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp index cf418d7a9..0bc4917d9 100644 --- a/source/build/src/polymost.cpp +++ b/source/build/src/polymost.cpp @@ -2048,6 +2048,7 @@ static void polymost_flatskyrender(vec2f_t const* const dpxy, int32_t const n, i int y = ((int32_t)(((x0-ghalfx)*o.y)+fglobalang)>>(11-dapskybits)); float fx = x0; + if (playing_blood) method |= DAMETH_CLAMPED; // Hack to make Blood's skies show properly. do { globalpicnum = dapskyoff[y&((1<