diff options
Diffstat (limited to '')
-rw-r--r-- | src/poweruphax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poweruphax.cpp b/src/poweruphax.cpp index 5140843..f2895de 100644 --- a/src/poweruphax.cpp +++ b/src/poweruphax.cpp @@ -113,7 +113,7 @@ void dStockItem_c::setScalesOfSomeThings() { int howManyPlayers = 0; for (int i = 0; i < 4; i++) { if (isPlayerActive[i]) { - int picID = getIconPictureIDforPlayer(i); + int picID = getIconPictureIDforPlayer(howManyPlayers); int charID = Player_ID[i]; if (picID != 24) { |