Talk:Dual Pistols (CSS Style)
Jump to navigation
Jump to search
The code here could be alot more efficient, I.E, RightDualiesAttack could be put directly into weapon_dualies, and all the code in PostFireStuff could be consolidated onto ItemPostFrame, seeing as thats what ItemPostFrame is for. And I could even go as far to say remove the RightDualiesAttack function and just put in a bool that toggles that into PrimaryFire.
--DeadlyContagion 16:30, 26 Oct 2007 (PDT)
Then edit the code? Just check that it works before you confirm the edit. --Lord Ned
As far as I know, fixing the whitespace after the find and replace operation is unnecessary. C++ ignores almost all whitespace.