Browse Source

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

feature/2015
Christian Kroll 13 years ago
parent
commit
974a7a89b3
  1. 2
      games/tetris/highscore.h

2
games/tetris/highscore.h

@ -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;

Loading…
Cancel
Save