From d149b6ffeae28a7d50ebe5503441113a48d43278 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:39:58 +0200 Subject: [PATCH] Correct parameter order --- TileEngine/SmokeEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TileEngine/SmokeEffects.cpp b/TileEngine/SmokeEffects.cpp index a4bf340e..2ea2d122 100644 --- a/TileEngine/SmokeEffects.cpp +++ b/TileEngine/SmokeEffects.cpp @@ -355,7 +355,7 @@ INT32 NewSmokeEffect(INT32 sGridNo, UINT16 usItem, INT8 bLevel, SoldierID ubOwne { // let all the other clients know we are spawning this effect // and align them with our random number generator - send_newsmokeeffect(sGridNo, usItem, ubOwner, bLevel, iSmokeIndex); + send_newsmokeeffect(sGridNo, usItem, bLevel, ubOwner, iSmokeIndex); } else if (!fFromRemoteClient) {