Skip to content

Commit

Permalink
Also include the position of the score and the number of scores in th…
Browse files Browse the repository at this point in the history
…e response to setting a score. Bump the version number. This will become a new beta build soon.
  • Loading branch information
jeremysrand committed Jun 27, 2021
1 parent 265d9cb commit ea08517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions BuGS/globalScores.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ typedef struct tScoresResponse {
typedef struct tStatusResponse {
uint16_t responseType;
Boolean success;
uint16_t position;
uint16_t numberOfScores;
} tStatusResponse;


Expand Down
2 changes: 1 addition & 1 deletion BuGS/main.rez
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource rVersion (1) {
{
1, /* Major version number in BCD */
9, /* Minor version number in BCD */
0, /* Bug version number in BCD */
1, /* Bug version number in BCD */
beta, /* Development phase */
0 /* Release number */
},
Expand Down

0 comments on commit ea08517

Please sign in to comment.