Skip to content

Commit 01ce2a7

Browse files
authored
Merge pull request #368 from KSSBrawl/fix-enemy-effectidx-type
Match Enemy::ResetEffectArray and Enemy::UpdateEffects
2 parents 88d4911 + 2f5106b commit 01ce2a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Enemy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ struct Enemy
250250
D3DXVECTOR2 lowerMoveLimit;
251251
D3DXVECTOR2 upperMoveLimit;
252252
Effect *effectArray[12];
253-
u32 effectIdx;
253+
i32 effectIdx;
254254
f32 effectDistance;
255255
i32 lifeCallbackThreshold;
256256
i32 lifeCallbackSub;

0 commit comments

Comments
 (0)