File size: 170 Bytes
24b81cb
 
 
 
 
 
 
1
2
3
4
5
6
7
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
};