Skip to content

Commit e1c6b7d

Browse files
authored
fix incorrect dehacked state mapping from cacodemon ball to baron ball (522-526) (#1006)
1 parent 677071d commit e1c6b7d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Core/Dehacked/DehackedConstants.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,11 +1281,11 @@ public FrameStateLookup(string label, int offset)
12811281
{ ThingState.HEAD_RAISE5, new("Cacodemon::raise", 4) },
12821282
{ ThingState.HEAD_RAISE6, new("Cacodemon::raise", 5) },
12831283

1284-
{ ThingState.BRBALL1, new("CacodemonBall::spawn", 0) },
1285-
{ ThingState.BRBALL2, new("CacodemonBall::spawn", 1) },
1286-
{ ThingState.BRBALLX1, new("CacodemonBall::death", 0) },
1287-
{ ThingState.BRBALLX2, new("CacodemonBall::death", 1) },
1288-
{ ThingState.BRBALLX3, new("CacodemonBall::death", 2) },
1284+
{ ThingState.BRBALL1, new("BaronBall::spawn", 0) },
1285+
{ ThingState.BRBALL2, new("BaronBall::spawn", 1) },
1286+
{ ThingState.BRBALLX1, new("BaronBall::death", 0) },
1287+
{ ThingState.BRBALLX2, new("BaronBall::death", 1) },
1288+
{ ThingState.BRBALLX3, new("BaronBall::death", 2) },
12891289

12901290
{ ThingState.BOSS_STND, new("BaronOfHell::spawn", 0) },
12911291
{ ThingState.BOSS_STND2, new("BaronOfHell::spawn", 1) },

RELEASENOTES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.9.6.0 (Pre-release)
1+
# 0.9.6.0
22

33
## Features:
44
- Enable trimming (reduces file size of release artifacts)
@@ -70,4 +70,5 @@
7070
- Fix scrolling floors/ceilings stopping when completes a move special
7171
- Fix mouse focus issue when loading/reloading a map
7272
- Fix default intermission background images and music for UMAPINFO
73-
- Fix bex string parsing for mnemonics that have more than two strings
73+
- Fix bex string parsing for mnemonics that have more than two strings
74+
- Fix incorrect dehacked state mapping from cacodemon ball to baron ball (522-526)

0 commit comments

Comments
 (0)