Add more gamework setters
This commit is contained in:
parent
13e3527197
commit
70c811ea73
9 changed files with 95 additions and 76 deletions
|
|
@ -998,7 +998,7 @@ void fn_1_461C(void)
|
|||
HuPrcVSleep();
|
||||
}
|
||||
if(GWSaveModeGet() == 2) {
|
||||
GWSystem.save_mode = 1;
|
||||
GWSaveModeSet(1);
|
||||
}
|
||||
if(GWPartyGet() == 1) {
|
||||
GWGameStat.party_continue = 1;
|
||||
|
|
@ -1011,7 +1011,7 @@ void fn_1_461C(void)
|
|||
if(SLSave()) {
|
||||
saveExecF = 1;
|
||||
} else {
|
||||
GWSystem.save_mode = 1;
|
||||
GWSaveModeSet(1);
|
||||
}
|
||||
WipeCreate(WIPE_MODE_OUT, WIPE_TYPE_NORMAL, 20);
|
||||
while(WipeStatGet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue