Skip to content

Commit

Permalink
Heretic: apply brightmaps to D'Sparil teleporting frames (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
JNechaevsky authored Jan 9, 2024
1 parent c62d7dd commit 3d66f1f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/heretic/r_bmaps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d66f1f

Please sign in to comment.