Skip to content

Commit

Permalink
actually use the shifted type range for FX actors, now that the spawn…
Browse files Browse the repository at this point in the history
…ing is handled.
  • Loading branch information
coelckers committed Sep 30, 2023
1 parent 3bbc3e5 commit 31f2647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/games/blood/src/fx.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ enum FX_ID {

constexpr inline int fxType(int type)
{
return type;
return kFxBase + type;
}

class CFX {
Expand Down

0 comments on commit 31f2647

Please sign in to comment.