// Copyright (C) 1999-2000 Id Software, Inc. // /***************************************************************************** * name: be_ai_move.h * * desc: movement AI * * $Archive: /StarTrek/Code-DM/game/be_ai_move.h $ * $Author: Jmonroe $ * $Revision: 1 $ * $Modtime: 1/21/00 10:12p $ * $Date: 1/25/00 6:27p $ * *****************************************************************************/ //movement types #define MOVE_WALK 1 #define MOVE_CROUCH 2 #define MOVE_JUMP 4 #define MOVE_GRAPPLE 8 #define MOVE_ROCKETJUMP 16 #define MOVE_BFGJUMP 32 //move flags #define MFL_BARRIERJUMP 1 //!