mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
remove scene autosave cause that's buggy atm
This commit is contained in:
@@ -1499,9 +1499,6 @@ static int phase_4(dScnPly_c* i_this) {
|
||||
}
|
||||
|
||||
if (preLoadNo < 0) {
|
||||
#if TARGET_PC
|
||||
triggerAutoSave();
|
||||
#endif
|
||||
return cPhs_COMPLEATE_e;
|
||||
}
|
||||
|
||||
|
||||
@@ -326,10 +326,6 @@ int dStage_roomControl_c::loadRoom(int roomCount, u8* rooms, bool param_2) {
|
||||
if (!r26) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
triggerAutoSave();
|
||||
#endif
|
||||
|
||||
for (int i = 0; i < roomCount; i++) {
|
||||
int roomNo = dStage_roomRead_dt_c_GetLoadRoomIndex(rooms[i]);
|
||||
|
||||
Reference in New Issue
Block a user