diff --git a/source/games/blood/src/fx.h b/source/games/blood/src/fx.h index 21c3958e35..6768b652a9 100644 --- a/source/games/blood/src/fx.h +++ b/source/games/blood/src/fx.h @@ -91,7 +91,7 @@ enum FX_ID { constexpr inline int fxType(int type) { - return type; + return kFxBase + type; } class CFX {