]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/campaign.qh
Kick teamkiller mutator: fix playtime being reset on death
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / campaign.qh
index 8be26fef86dea36b6ab1d252692fb7fb398f50f3..6feb07c4541965366aa850ee8aaf2b984200e253 100644 (file)
@@ -12,6 +12,8 @@ void CampaignPostIntermission(); // must change map
 
 void CampaignLevelWarp(float n);
 
-float campaign_bots_may_start;
-// campaign mode: bots shall spawn but wait for the player to spawn before they do anything
-// in other game modes, this is ignored
+/**
+ * campaign mode: bots shall spawn but wait for the player to spawn before they do anything
+ * in other game modes, this is ignored
+ */
+bool campaign_bots_may_start;