]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monsters.qh
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monsters.qh
index f6db09c89c85f5633f5638f311428b6bcb4bed76..c355e12a75a31b197fadd75476db33290f270564 100644 (file)
@@ -1,8 +1,8 @@
 // monster requests
-#define MR_SETUP          1 // (SERVER) setup monster data
+#define MR_SETUP                 1 // (SERVER) setup monster data
 #define MR_THINK                 2 // (SERVER) logic to run every frame
-#define MR_DEATH          3 // (SERVER) called when monster dies
-#define MR_PRECACHE       4 // (BOTH) precaches models/sounds used by this monster
+#define MR_DEATH                 3 // (SERVER) called when monster dies
+#define MR_PRECACHE              4 // (BOTH) precaches models/sounds used by this monster
 
 // functions:
 entity get_monsterinfo(float id);
@@ -31,7 +31,7 @@ const float MON_FLAG_MELEE = 1024;
 #define M_NAME(monstertype) (get_monsterinfo(monstertype)).monster_name
 
 // =====================
-//  Monster Registration
+//     Monster Registration
 // =====================
 
 float m_null(float dummy);