Skip to content

Commit

Permalink
Fix hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Feb 24, 2024
1 parent 96f3b52 commit 7914670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/player.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ struct Player {
int destParam4;
int _pGold;
// PVP REBALANCE: Movement history for arena.
int _pMovements[16];
int _pMovements[MaxMovementHistory];

/**
* @brief Contains Information for current Animation
Expand Down

0 comments on commit 7914670

Please sign in to comment.