Home
last modified time | relevance | path

Searched refs:OBJ_EXT_ROBOT (Results 1 – 2 of 2) sorted by relevance

/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dobject.h83 #define OBJ_EXT_ROBOT (1U<<2) macro
90 #define IS_ROBOT_PTR(pl) (BIT((pl)->type_ext,OBJ_EXT_ROBOT)==OBJ_EXT_ROBOT)
91 #define IS_HUMAN_PTR(pl) (!BIT((pl)->type_ext,OBJ_EXT_TANK|OBJ_EXT_ROBOT))
H A Drobot.c780 SET_BIT(robot->type_ext, OBJ_EXT_ROBOT); in Robot_create()