From ea085174eb3c0e154003f0f6bd784d14f8b99519 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sun, 27 Jun 2021 15:48:57 -0400 Subject: [PATCH] Also include the position of the score and the number of scores in the response to setting a score. Bump the version number. This will become a new beta build soon. --- BuGS/globalScores.c | 2 ++ BuGS/main.rez | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BuGS/globalScores.c b/BuGS/globalScores.c index 71c7166..fccec8b 100644 --- a/BuGS/globalScores.c +++ b/BuGS/globalScores.c @@ -83,6 +83,8 @@ typedef struct tScoresResponse { typedef struct tStatusResponse { uint16_t responseType; Boolean success; + uint16_t position; + uint16_t numberOfScores; } tStatusResponse; diff --git a/BuGS/main.rez b/BuGS/main.rez index cb1046d..3d6950d 100644 --- a/BuGS/main.rez +++ b/BuGS/main.rez @@ -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 */ },