X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode.qh;h=5c17e9a1713c88e28d8a130d1583345132b3e490;hp=5e2c4635734d27cdd3717ccfe1d76b4df39e37d5;hb=6ba37d06b4afe2b08882f5cc5b211441227586b2;hpb=0141e404f85cd34e2394beb4c8651566cc291063 diff --git a/qcsrc/server/mutators/gamemode.qh b/qcsrc/server/mutators/gamemode.qh index 5e2c463573..5c17e9a171 100644 --- a/qcsrc/server/mutators/gamemode.qh +++ b/qcsrc/server/mutators/gamemode.qh @@ -20,26 +20,29 @@ #include "../command/vote.qh" -#include "../../common/monsters/all.qh" +#include #include "../command/common.qh" #include "../weapons/tracing.qh" #include "../weapons/weaponsystem.qh" -#include "../../common/deathtypes/all.qh" -#include "../../common/notifications.qh" -#include "../../common/triggers/teleporters.qh" -#include "../../common/triggers/subs.qh" -#include "../../common/stats.qh" -#include "../../common/teams.qh" +#include +#include +#include +#include +#include +#include -#include "../../lib/warpzone/server.qh" -#include "../../lib/warpzone/util_server.qh" +#include +#include .float lastground; float total_players; float redalive, bluealive, yellowalive, pinkalive; -.float redalive_stat, bluealive_stat, yellowalive_stat, pinkalive_stat; +.float redalive_stat = _STAT(REDALIVE); +.float bluealive_stat = _STAT(BLUEALIVE); +.float yellowalive_stat = _STAT(YELLOWALIVE); +.float pinkalive_stat = _STAT(PINKALIVE); #endif