Clean up board/player.c

BoardDiceDigit2DShowSet still needs to be renamed to BoardRollDispSet but this requires changing quite a few translation units.
This commit is contained in:
gamemasterplc 2024-06-09 10:43:30 -05:00
parent 9a4cbc4230
commit 933e2ab693
9 changed files with 55 additions and 75 deletions

View file

@ -296,7 +296,7 @@ static void RollMain(void) {
}
destMode = var_r30;
GWPlayer[rollPlayer].roll = var_r30;
BoardDiceDigit2DInit(rollPlayer, 1);
BoardRollCreate(rollPlayer, 1);
if (_CheckFlag(0x1000B)) {
BoardTutorialHookExec(6, 0);
}