Add more gamework setters

This commit is contained in:
gamemasterplc 2024-04-07 11:03:18 -05:00
parent 13e3527197
commit 70c811ea73
9 changed files with 95 additions and 76 deletions

View file

@ -36,12 +36,11 @@ static inline void InitPlayerConfig(void)
static inline void ResetBoardSettings(void)
{
GWGameStat.rumble = 1;
GWSystem.explain_mg = 1;
GWSystem.show_com_mg = 1;
GWSystem.mess_speed = 1;
GWSystem.mess_delay = 32;
GWSystem.save_mode = 0;
GWRumbleSet(1);
GWMGExplainSet(1);
GWMGShowComSet(1);
GWMessSpeedSet(1);
GWSaveModeSet(0);
}
void GWInit(void)