X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fspawnpoints.qc;h=ab0d2bea43f1122610e555bd5eca1d8136eb2e57;hb=e5448270eedbb55ef2ba895425862fb30a24faf5;hp=3dc76afc0df832d926703f7ffd1fa2611af803ce;hpb=19c09c8cfc6a4cb71c07e63bf739b7720ec6b0a0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/spawnpoints.qc b/qcsrc/server/spawnpoints.qc index 3dc76afc0..ab0d2bea4 100644 --- a/qcsrc/server/spawnpoints.qc +++ b/qcsrc/server/spawnpoints.qc @@ -1,20 +1,23 @@ #include "spawnpoints.qh" -#include -#include "g_world.qh" -#include "miscfunctions.qh" -#include "race.qh" -#include "defs.qh" -#include "../common/constants.qh" -#include -#include "../common/teams.qh" +#include #include -#include "../common/mapobjects/subs.qh" -#include "../common/mapobjects/target/spawnpoint.qh" -#include "../common/util.qh" -#include "../lib/warpzone/common.qh" -#include "../lib/warpzone/util_server.qh" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include +#include bool SpawnPoint_Send(entity this, entity to, int sf) { @@ -162,7 +165,6 @@ spawnfunc(info_player_start) spawnfunc(info_player_deathmatch) { - this.classname = "info_player_deathmatch"; IL_PUSH(g_spawnpoints, this); relocate_spawnpoint(this); }