X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_world.qh;h=034407bc1f0f135722602b3ba8224e70ca98ea00;hb=9e2421b1fa9bf534e67523c5ea6e98344dcbd27c;hp=5366d0a782129ff2cce3e1064a76c14fb877f337;hpb=77d6a05629e33da863fccb3cdd03b3c63af890dd;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/g_world.qh b/qcsrc/server/g_world.qh index 5366d0a78..034407bc1 100644 --- a/qcsrc/server/g_world.qh +++ b/qcsrc/server/g_world.qh @@ -10,13 +10,9 @@ const int WINNING_YES = 1; // winner found const int WINNING_NEVER = 2; // no winner, enter overtime if time limit is reached const int WINNING_STARTSUDDENDEATHOVERTIME = 3; // no winner, enter suddendeath overtime NOW -bool limits_are_set = false; -void SetLimits(int fraglimit_override, int leadlimit_override, float timelimit_override, float qualifying_override); - float WinningCondition_Scores(float limit, float leadlimit); void SetWinners(.float field, float value); -void CheckRules_Player(); -void IntermissionThink(); +void IntermissionThink(entity this); void GotoNextMap(float reinit); void ReadyRestart();