Accidentally enforced new table layout instead of the old one. Should be compatible with established Borg EEPROM layouts, now.

This commit is contained in:
Christian Kroll 2012-03-24 00:44:16 +00:00
parent 6743221e8e
commit 974a7a89b3
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@ enum tetris_highscore_index_e
*/
typedef struct tetris_highscore_table_s
{
uint16_t nHighScoreName[TETRIS_HISCORE_END]; /**< champions' initials */
uint16_t nHighScore[TETRIS_HISCORE_END]; /**< actual high scores */
uint16_t nHighScoreName[TETRIS_HISCORE_END]; /**< champions' initials */
}
tetris_highscore_table_t;