diff -r 71cf4e50d259 -r d9dc257b8949 player.h --- 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 */