]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monsters.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monsters.qh
index 18d06ada4c7ee50c7ffa639cd872114699ec9741..612822e6ec7f1e1868ff8e605d6228451adb8d4c 100644 (file)
@@ -23,7 +23,7 @@ const int MON_FLAG_MELEE = 1024;
 .float(float) monster_func; // m_...
 .string mdl; // currently a copy of the model
 .string model; // full name of model
-.float spawnflags;
+.int spawnflags;
 .vector mins, maxs; // monster hitbox size
 
 // other useful macros