mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
This commit is contained in:
parent
fd3872ae30
commit
b0510d78f8
2 changed files with 2 additions and 1 deletions
|
@ -2006,7 +2006,7 @@ s32 func_800C0DB4(GlobalContext* globalCtx, Vec3f* pos) {
|
|||
}
|
||||
|
||||
void Gameplay_PerformSave(GlobalContext* globalCtx) {
|
||||
if (globalCtx != NULL) {
|
||||
if (globalCtx != NULL && gSaveContext.fileNum != 0xFF) {
|
||||
Gameplay_SaveSceneFlags(globalCtx);
|
||||
gSaveContext.savedSceneNum = globalCtx->sceneNum;
|
||||
if (gSaveContext.temporaryWeapon) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue