]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/playerstats.qh
Reset player stats on repeated readyrestart, it fixes #2656
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / playerstats.qh
index d41a097d6d642419ecd4f8218e071774ca516f47..c38406c4674ea4a760f448d75fff6f1e14c2a904 100644 (file)
@@ -56,6 +56,8 @@ const string PLAYERSTATS_ACHIEVEMENT_FIRSTVICTIM = "achievement-firstvictim";
 // delay map switch until this is set
 bool PlayerStats_GameReport_DelayMapVote;
 
+void PlayerStats_GameReport_Reset_All();
+
 // call at initialization
 void PlayerStats_GameReport_Init();