From: z411 Date: Mon, 3 Oct 2022 00:45:22 +0000 (-0300) Subject: Fix test compilation units X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c18dfbdc792b2fccd4c2b8103748a628c2066d34;p=xonotic%2Fxonotic-data.pk3dir.git Fix test compilation units --- diff --git a/qcsrc/server/scores.qh b/qcsrc/server/scores.qh index f01310d82..7229e353a 100644 --- a/qcsrc/server/scores.qh +++ b/qcsrc/server/scores.qh @@ -100,6 +100,11 @@ void Score_ClearAll(); */ void Score_NicePrint(entity to); +/** + * Returns if there's a new leader since the last time the function was called. + */ +bool Score_NewLeader(); + /** * Sets the following results for the current scores entities. */