Update dice.c

This commit is contained in:
RogueMaster
2022-10-16 00:17:26 -04:00
parent f1ff1d87ed
commit 3b98884ace
+1 -1
View File
@@ -30,7 +30,7 @@ typedef struct {
uint8_t playerOneScore;
uint8_t playerTwoScore;
char rollTime[1][15];
char diceType[1][10];
char diceType[1][11];
char strings[5][45];
char theScores[1][45];
bool letsRoll;