]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Some more cleanup
authorSamual Lenks <samual@xonotic.org>
Tue, 14 May 2013 03:15:40 +0000 (23:15 -0400)
committerSamual Lenks <samual@xonotic.org>
Tue, 14 May 2013 03:15:40 +0000 (23:15 -0400)
qcsrc/server/cl_client.qc
qcsrc/server/spawnpoints.qh

index 82428596d4c253ef192ccac899d7883b07b9cbf7..9239a829202a7b910d8e9a851bee4f01e1f8c583 100644 (file)
@@ -354,7 +354,6 @@ PutClientInServer
 Called when a client spawns in the server
 =============
 */
-float SpawnEvent_Send(entity to, float sf);
 void PutClientInServer (void)
 {
        if(IS_BOT_CLIENT(self))
index b256f4c3685e261a715e3f03a7a3d5a1c3129031..06b484e18c3e33c94499773a4fa8fd86eccc0cb6 100644 (file)
@@ -1,12 +1,5 @@
 .vector spawnpoint_score;
 float spawnpoint_nag;
-//void spawnpoint_use();
-//void relocate_spawnpoint();
-//void spawnfunc_info_player_survivor (void);
-//void spawnfunc_info_player_start (void);
-//void spawnfunc_info_player_deathmatch (void);
-//vector Spawn_Score(entity spot, float mindist, float teamcheck);
-//void Spawn_ScoreAll(entity firstspot, float mindist, float teamcheck);
+float SpawnEvent_Send(entity to, float sf);
 entity Spawn_FilterOutBadSpots(entity firstspot, float mindist, float teamcheck);
-//entity Spawn_WeightedPoint(entity firstspot, float lower, float upper, float exponent);
-//entity SelectSpawnPoint (float anypoint);
+