mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-01-13 23:38:04 +03:00
82fe37f0e6
gcc issues warnings when encountering multicharacter constants, so we'll simply emulate them in a manner works portably. The code assumes we are using a little-endian machine - the real solution would be using using four chars instead of an enum.