]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/lib/defs.qh
Add a basic monster spawning GUI (based on sandbox tools)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / lib / defs.qh
index eca1d73403d26fd11fbf2bd56d70c8af8ace1689..ea72ad9ae9569cb829ddc7824ff5c1f5d38ff9b8 100644 (file)
@@ -29,7 +29,6 @@ const float MONSTERFLAG_SPAWNED = 1024; // flag for spawned monsters
 .void() monster_die;
 .void() monster_delayedattack;
 
-.float monster_moveflags; // checks where to move when not attacking
 .float monster_movestate; // used to tell what the monster is currently doing
 const float MONSTER_MOVE_OWNER = 1; // monster will move to owner if in range, or stand still
 const float MONSTER_MOVE_WANDER = 2; // monster will ignore owner & wander around