Do those bits exist in a 32-bit integer? (I'm assuming the flags are an integer) I'm assuming that shifting 32 bits in a 32 bit integer won't leave many bits to represent your values...
r00t 3:16 wrote:
... #define FL_FAKECLIENT (1<<8) // Fake client, simulated server side; don't send network messages to them ...
Now if I wanted to add something would it start 1<<31 1<<32 etc ?
#define FL_RUNNING (1<<31) #define FL_WALKING (1<<32) etc etc Would that work?
I do not believe there is anything that use those bits I specified above.
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

