Upload files

This commit is contained in:
SandPoot
2022-05-30 01:31:54 -03:00
parent 1764af1319
commit 8bb1c2b32a
23 changed files with 445 additions and 148 deletions
-1
View File
@@ -5,7 +5,6 @@
// Ready states at roundstart for mob/dead/new_player
#define PLAYER_NOT_READY 0
#define PLAYER_READY_TO_PLAY 1
#define PLAYER_READY_TO_OBSERVE 2
// movement intent defines for the m_intent var
#define MOVE_INTENT_WALK "walk"