mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +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
|
// let all the other clients know we are spawning this effect
|
||||||
// and align them with our random number generator
|
// 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)
|
else if (!fFromRemoteClient)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user