Fix incorrect function arguments

This commit is contained in:
Asdow
2024-11-18 22:38:28 +02:00
parent 38b710343a
commit dd2c6f44b2
+1 -1
View File
@@ -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)
{