Renamed BoardDiceDigit2DShowSet to BoardRollDispSet

This commit is contained in:
kabiskac 2024-06-09 18:09:26 +02:00
parent 772041094d
commit 3f30fd613d
28 changed files with 72 additions and 72 deletions

View file

@ -154,7 +154,7 @@ void BoardPauseStart(void) {
static void PauseExit(void) {
if (pauseQuitF == 0) {
BoardRollWinDispSet(1);
BoardDiceDigit2DShowSet(1);
BoardRollDispSet(1);
BoardStatusItemSet(1);
BoardRollUPauseSet(1);
BoardLast5GfxShowSet(1);
@ -200,7 +200,7 @@ static void PauseProcess(void) {
BoardFilterFadeInit(30, 0xA0);
temp_r31 = BoardDataDirReadAsync(DATADIR_BPAUSE);
BoardRollWinDispSet(0);
BoardDiceDigit2DShowSet(0);
BoardRollDispSet(0);
BoardStatusItemSet(0);
BoardRollUPauseSet(0);
BoardLast5GfxShowSet(0);