mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix incorrect function arguments
This commit is contained in:
@@ -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
|
// 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