Move int to s32
This commit is contained in:
parent
ec5f686ffb
commit
2f41ab51e7
8 changed files with 67 additions and 61 deletions
|
|
@ -186,6 +186,12 @@ static inline void GWRumbleSet(s32 value)
|
|||
}
|
||||
}
|
||||
|
||||
static inline s32 GWBonusStarGet(void)
|
||||
{
|
||||
return GWSystem.bonus_star;
|
||||
}
|
||||
|
||||
|
||||
static inline s32 GWMGExplainGet(void)
|
||||
{
|
||||
return GWSystem.explain_mg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue