X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fplayerstats.qh;h=9fff940f243ad4025e26ed424810263700c4fdb8;hb=2dcc8b51700e8b4b0b64ceeafe715d7744651b93;hp=06feced27bc5ca66305f999f86d2a9eacf884a46;hpb=fb019b8ad467aef0435dd817302ad7445b9e711e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/playerstats.qh b/qcsrc/common/playerstats.qh index 06feced27..9fff940f2 100644 --- a/qcsrc/common/playerstats.qh +++ b/qcsrc/common/playerstats.qh @@ -81,7 +81,7 @@ void PlayerStats_GameReport_Accuracy(entity p); void PlayerStats_GameReport_FinalizePlayer(entity p); // call this at the end of the match -void PlayerStats_GameReport(float finished); +void PlayerStats_GameReport(bool finished); void PlayerStats_GameReport_Handler(entity fh, entity pass, float status);