D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
170 Bytes
enum EWaterLevels
{
LEVEL_LOW,
LEVEL_CROUCH, //high enough to disallow prone
LEVEL_ERECT, //high enough to disallow prone and crouch
LEVEL_SWIM_START //high enough
};