X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=7e5e99edbf9a5a2c64476c7e526c305a70284c6f;hb=93a42210757d659fd5b436a66c0c6cdc5eaf0a39;hp=d838f09e2bc52ca2d936353ab40fcd9e63283a3b;hpb=6f6a9d3ce8a4fd3c10f7421ba27e4bfc944c8f9b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index d838f09e2..7e5e99edb 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -574,3 +574,9 @@ float HUD_MENU_ENABLE = 0; #define SERVERFLAG_ALLOW_FULLBRIGHT 1 #define SERVERFLAG_TEAMPLAY 2 #define SERVERFLAG_PLAYERSTATS 4 + +// spawnpoint prios +#define SPAWN_PRIO_NEAR_TEAMMATE_FOUND 200 +#define SPAWN_PRIO_NEAR_TEAMMATE_SAMETEAM 100 +#define SPAWN_PRIO_RACE_PREVIOUS_SPAWN 50 +#define SPAWN_PRIO_GOOD_DISTANCE 10