Accidentally enforced new table layout instead of the old one. Should be compatible with established Borg EEPROM layouts, now.
This commit is contained in:
parent
6743221e8e
commit
974a7a89b3
|
@ -28,8 +28,8 @@ enum tetris_highscore_index_e
|
||||||
*/
|
*/
|
||||||
typedef struct tetris_highscore_table_s
|
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 nHighScore[TETRIS_HISCORE_END]; /**< actual high scores */
|
||||||
|
uint16_t nHighScoreName[TETRIS_HISCORE_END]; /**< champions' initials */
|
||||||
}
|
}
|
||||||
tetris_highscore_table_t;
|
tetris_highscore_table_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue