]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/playerstats.qh
Reloadable shotgun: fix broken automatic switch to best weapon when out of ammo
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / playerstats.qh
index 4e52b83e0951f7d76ddd001c0216da8e770675e3..9fff940f243ad4025e26ed424810263700c4fdb8 100644 (file)
@@ -81,11 +81,12 @@ 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);
 
 .string playerstats_id;
+.float scoreboard_pos;
 
 //string autocvar_g_playerstats_uri;