View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 01-29-2016 , 11:28   Re: [STOCK] give_user_weapon
Reply With Quote #14

Quote:
Originally Posted by Bugsy View Post
I don't think static is necessary here, it's a single cell in a function that likely will not be hammered with usage. I would change it to a const, though.
Yeah, while writing that post I was thinking if static is necessary. I think that const on local variables implies static. Anyway, single cell const should make better code than a variable.

Last edited by klippy; 01-29-2016 at 11:29.
klippy is offline