We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677071d commit e1c6b7dCopy full SHA for e1c6b7d
Core/Dehacked/DehackedConstants.cs
@@ -1281,11 +1281,11 @@ public FrameStateLookup(string label, int offset)
1281
{ ThingState.HEAD_RAISE5, new("Cacodemon::raise", 4) },
1282
{ ThingState.HEAD_RAISE6, new("Cacodemon::raise", 5) },
1283
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) },
+ { ThingState.BRBALL1, new("BaronBall::spawn", 0) },
+ { ThingState.BRBALL2, new("BaronBall::spawn", 1) },
+ { ThingState.BRBALLX1, new("BaronBall::death", 0) },
+ { ThingState.BRBALLX2, new("BaronBall::death", 1) },
+ { ThingState.BRBALLX3, new("BaronBall::death", 2) },
1289
1290
{ ThingState.BOSS_STND, new("BaronOfHell::spawn", 0) },
1291
{ ThingState.BOSS_STND2, new("BaronOfHell::spawn", 1) },
RELEASENOTES.md
@@ -1,4 +1,4 @@
1
-# 0.9.6.0 (Pre-release)
+# 0.9.6.0
2
3
## Features:
4
- Enable trimming (reduces file size of release artifacts)
@@ -70,4 +70,5 @@
70
- Fix scrolling floors/ceilings stopping when completes a move special
71
- Fix mouse focus issue when loading/reloading a map
72
- Fix default intermission background images and music for UMAPINFO
73
- - Fix bex string parsing for mnemonics that have more than two strings
+ - 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