diff -r 744aef3af72f -r b008d366ed8a player.h --- a/player.h Mon Nov 07 13:02:33 2005 +0000 +++ b/player.h Mon Nov 07 13:30:43 2005 +0000 @@ -252,8 +252,8 @@ typedef struct HighScore { char company[100]; - StringID title; - uint16 score; + StringID title; // NO_SAVE, has troubles with changing string-numbers. + uint16 score; // do NOT change type, will break hs.dat } HighScore; VARDEF HighScore _highscore_table[5][5]; // 4 difficulty-settings (+ network); top 5