]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/spawnpoints.qh
Even more floats to bool/int
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qh
index 607629e42578834ed10e98c99ac66b28c82a8148..b654d83caf2af105857004642c06701259e7c691 100644 (file)
@@ -1,5 +1,9 @@
+#ifndef SPAWNPOINTS_H
+#define SPAWNPOINTS_H
+
 .vector spawnpoint_score;
 float spawnpoint_nag;
-float SpawnEvent_Send(entity to, float sf);
+float SpawnEvent_Send(entity to, int sf);
 entity Spawn_FilterOutBadSpots(entity firstspot, float mindist, float teamcheck);
 entity SelectSpawnPoint (float anypoint);
+#endif