From 878a310e6b4edd18c49df12c7f73af704e8642a5 Mon Sep 17 00:00:00 2001 From: Julia Nechaevskaya Date: Tue, 9 Jan 2024 13:33:58 +0300 Subject: [PATCH] Heretic: apply brightmaps to D'Sparil teleporting frames --- src/heretic/r_bmaps.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/heretic/r_bmaps.c b/src/heretic/r_bmaps.c index cd3ab37052..8eb216ccbc 100644 --- a/src/heretic/r_bmaps.c +++ b/src/heretic/r_bmaps.c @@ -406,6 +406,19 @@ const byte *R_BrightmapForSprite (const int state) case S_SOR2_ATK1: case S_SOR2_ATK2: case S_SOR2_ATK3: + // Walking D'Sparil (teleport states) + case S_SOR2_TELE1: + case S_SOR2_TELE2: + case S_SOR2_TELE3: + case S_SOR2_TELE4: + case S_SOR2_TELE5: + case S_SOR2_TELE6: + case S_SOR2TELEFADE1: + case S_SOR2TELEFADE2: + case S_SOR2TELEFADE3: + case S_SOR2TELEFADE4: + case S_SOR2TELEFADE5: + case S_SOR2TELEFADE6: // Walking D'Sparil (death states) case S_SOR2_DIE1: case S_SOR2_DIE2: