From 1a7fa5a92bf00ffa0a73064a547549b4626cd058 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 7 Dec 2011 01:20:05 +0000 Subject: [PATCH] textures: Fix STEP1-3 textures in Doom 1. Doom 1's versions of the STEP1-3 textures are 32x8 in size and based on a single patch. Using multi-patch versions of the textures causes problems when playing WADs like phobos-v.wad that use it as a mid texture. --- textures/combined.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/textures/combined.txt b/textures/combined.txt index 484a4aac..556d6e5b 100644 --- a/textures/combined.txt +++ b/textures/combined.txt @@ -2413,6 +2413,7 @@ STARTAN2 128 128 STARTAN3 128 128 * SW19_2 0 0 * SW19_1 64 0 +#ifdef DOOM2 STEP1 32 16 * STEP04 0 0 * STEP05 0 8 @@ -2422,6 +2423,14 @@ STEP2 32 16 STEP3 32 16 * STEP05 0 8 * STEP05 0 0 +#else +STEP1 32 8 +* STEP04 0 0 +STEP2 32 8 +* STEP03 0 0 +STEP3 32 8 +* STEP05 0 0 +#endif STEP4 32 16 * STEP06 0 8 * STEP06 0 0