X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fspawnpoints.qh;h=b010350908550a976d0bf4ec3398e03cb90a11af;hb=df66a7c722789d491bdb8cffb72706d15e87e347;hp=b654d83caf2af105857004642c06701259e7c691;hpb=34195feabdbcec29f6b7f6fcf8df8e25c4f41d8a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/spawnpoints.qh b/qcsrc/server/spawnpoints.qh index b654d83ca..b01035090 100644 --- a/qcsrc/server/spawnpoints.qh +++ b/qcsrc/server/spawnpoints.qh @@ -1,9 +1,9 @@ -#ifndef SPAWNPOINTS_H -#define SPAWNPOINTS_H +#pragma once .vector spawnpoint_score; float spawnpoint_nag; -float SpawnEvent_Send(entity to, int sf); +bool SpawnEvent_Send(entity this, entity to, int sf); entity Spawn_FilterOutBadSpots(entity firstspot, float mindist, float teamcheck); entity SelectSpawnPoint (float anypoint); -#endif +spawnfunc(info_player_deathmatch); +void spawnpoint_use();