Use uint8_t for player_awareness_type_t

Fixes: 9157e5f970 ("Use enum class for player_awareness_type_t")
This commit is contained in:
Kp 2015-08-22 20:43:02 +00:00
parent 64ff1cda89
commit b8baddb5a2

View file

@ -39,7 +39,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#define MAX_SEGMENTS_PER_PATH 20
enum class player_awareness_type_t : int8_t
enum class player_awareness_type_t : uint8_t
{
PA_NONE,
PA_NEARBY_ROBOT_FIRED = 1, // Level of robot awareness after nearby robot fires a weapon