Skip to content

Commit

Permalink
v0.81.0 | 2024/01/02 16:54 | Fixed the time bugs by figuring out that…
Browse files Browse the repository at this point in the history
… uint32_t systemTime is set by a uint24_t. Also switched to using C23 and clang since it supports _BitInt(24). Windows version nowhas window resizing (Integer scaling) in addition to mouse support in the game, which can be used to select, search, flag, and chord tiles.
  • Loading branch information
ZERICO2005 committed Jan 2, 2024
1 parent f85e2b2 commit 2af6c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/global.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ const uint8_t hiddenText[43] = { //SuperSweeper V:X.XX.X ZERICO2005 YYYY/MM/DD
82,110,105,94,107,82,112,94,94,105,94,107,32,85,39, /* Text */
(PROGRAM_V_MAJOR),34,((PROGRAM_V_MINOR) / 10),((PROGRAM_V_MINOR) % 10),34,PROGRAM_V_PATCH, /* Version */
32,89,68,81,72,66,78,2,0,0,5,32, /* Text */
2,0,2,3,36, /* Year */
1,2,36,2,1, /* Month Day */
2,0,2,4,36, /* Year */
0,1,36,0,2, /* Month Day */
};
const uint8_t hiddenTextLength = 43;

Expand Down

0 comments on commit 2af6c6d

Please sign in to comment.