From dd2c6f44b24bf7225a5ea2fb54e6e0123570a2e4 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:38:28 +0200 Subject: [PATCH] Fix incorrect function arguments --- TileEngine/SmokeEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TileEngine/SmokeEffects.cpp b/TileEngine/SmokeEffects.cpp index 91119d53..4d8bb9c2 100644 --- a/TileEngine/SmokeEffects.cpp +++ b/TileEngine/SmokeEffects.cpp @@ -211,7 +211,7 @@ INT32 NewSmokeEffect( INT32 sGridNo, UINT16 usItem, INT8 bLevel, UINT16 ubOwner, { // 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) {