player.h
changeset 998 d9dc257b8949
parent 990 5cbf62b64f36
child 1576 a066e33fa297
--- a/player.h	Thu Jan 13 09:55:32 2005 +0000
+++ b/player.h	Thu Jan 13 16:28:47 2005 +0000
@@ -207,9 +207,10 @@
 	uint16 score;
 } HighScore;
 
-VARDEF HighScore _highscore_table[4][5]; // 4 difficulty-settings; top 5
+VARDEF HighScore _highscore_table[5][5]; // 4 difficulty-settings (+ network); top 5
 void SaveToHighScore(void);
 void LoadFromHighScore(void);
-int SaveHighScoreValue(const Player *p);
+int8 SaveHighScoreValue(const Player *p);
+int8 SaveHighScoreValueNetwork(void);
 
 #endif /* PLAYER_H */