From c38b487150bfa74273c46c120510684e9be7594f Mon Sep 17 00:00:00 2001 From: Timur Gagiev Date: Sun, 13 Sep 2020 05:11:29 +0300 Subject: [PATCH] fix TR4 skybox --- src/format.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/format.h b/src/format.h index 0510f24..983179b 100644 --- a/src/format.h +++ b/src/format.h @@ -1313,7 +1313,7 @@ E( ANIMATING15_MIP ) \ E( ANIMATING16 ) \ E( ANIMATING16_MIP ) \ - E( HORIZON ) \ + E( ___SKY ) \ E( SKY_GRAPHICS ) \ E( BINOCULAR_GRAPHICS ) \ E( TARGET_GRAPHICS ) \ @@ -2399,6 +2399,7 @@ namespace TR { REMAP_4( AI_MODIFY ); REMAP_4( AI_FOLLOW ); REMAP_4( KILL_ALL_TRIGGERS ); + REMAP_4( SKY ); //REMAP_4( GLYPHS ); REMAP_4( MISC_SPRITES );