ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.69k stars 1.99k forks source link

Fix typo in logical expression #502

Open GamerDude27 opened 3 years ago

GamerDude27 commented 3 years ago

A bitwise operator (|) is used instead of a logical one (||). This means that the right operand will be evaluated regardless of the result of the left operand.