hedgewars/uTypes.pas
changeset 9178 c0902317c823
parent 9175 dc3c0e44f7f3
child 9197 e4e366013e9a
child 9317 a04c30940d2d
--- a/hedgewars/uTypes.pas	Sun Jun 09 01:18:58 2013 +0300
+++ b/hedgewars/uTypes.pas	Mon Jun 10 15:18:03 2013 +0300
@@ -164,7 +164,8 @@
 
     TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs,
             siClanHealth, siTeamStats, siPlayerKills, siMaxTeamDamage,
-            siMaxTeamKills, siMaxTurnSkips, siCustomAchievement, siGraphTitle);
+            siMaxTeamKills, siMaxTurnSkips, siCustomAchievement, siGraphTitle,
+            siPointType);
 
     // Various "emote" animations a hedgehog can do
     TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle);