Renamed BoardDiceDigit2DShowSet to BoardRollDispSet
This commit is contained in:
parent
772041094d
commit
3f30fd613d
28 changed files with 72 additions and 72 deletions
|
|
@ -210,13 +210,13 @@ void BoardLotteryExec(void) {
|
|||
if (BoardPlayerSizeGet(GWSystem.player_curr) == 2) {
|
||||
return;
|
||||
}
|
||||
BoardDiceDigit2DShowSet(0);
|
||||
BoardRollDispSet(0);
|
||||
lotteryProc = HuPrcChildCreate(ExecLottery, 0x2003, 0x3800, 0, boardMainProc);
|
||||
HuPrcDestructorSet2(lotteryProc, DestroyLottery);
|
||||
while (lotteryProc) {
|
||||
HuPrcVSleep();
|
||||
}
|
||||
BoardDiceDigit2DShowSet(1);
|
||||
BoardRollDispSet(1);
|
||||
}
|
||||
|
||||
void BoardLotteryInit(void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue