mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Correct parameter order
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user