Use inlines for coin gain and collect amounts
This commit is contained in:
parent
1ff18808ea
commit
a75efa7882
5 changed files with 32 additions and 12 deletions
|
|
@ -1199,11 +1199,8 @@ void omGameSysInit(Process *objman) {
|
|||
omSysPauseEnable(0);
|
||||
|
||||
for (i = 0; i < 4; i++) {
|
||||
if (_CheckFlag(0x1000C) == 0) {
|
||||
GWPlayer[i].coin_gain = 0;
|
||||
}
|
||||
|
||||
GWPlayer[i].unk_26 = 0;
|
||||
GWPlayerCoinWinSet(i, 0);
|
||||
GWPlayerCoinCollectSet(i, 0);
|
||||
}
|
||||
|
||||
if (mgPracticeEnableF != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue