X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode.qh;h=b0f42f59e51abee2687f81cfcc63d33d304b2d51;hb=7530a8fe25423d8545e3622c8e36b4f82090b55d;hp=84094df6bdf3a684ee64303c9d444310e4da5f23;hpb=29ba411594428929a9e9a0e0baa620210213bec7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode.qh b/qcsrc/server/mutators/gamemode.qh index 84094df6b..b0f42f59e 100644 --- a/qcsrc/server/mutators/gamemode.qh +++ b/qcsrc/server/mutators/gamemode.qh @@ -1,10 +1,12 @@ #pragma once +#include #include #include #include #include #include +#include #include "mutator.qh" @@ -90,7 +92,7 @@ #include #include -#include +#include #include #include #include @@ -104,7 +106,3 @@ .float lastground; float total_players; float redalive, bluealive, yellowalive, pinkalive; -.float redalive_stat = _STAT(REDALIVE); -.float bluealive_stat = _STAT(BLUEALIVE); -.float yellowalive_stat = _STAT(YELLOWALIVE); -.float pinkalive_stat = _STAT(PINKALIVE);