Fix saveload exception handling when gamelog action in progress
This commit is contained in:
@@ -2663,6 +2663,9 @@ static inline void ClearSaveLoadState()
|
||||
|
||||
delete _sl.lf;
|
||||
_sl.lf = nullptr;
|
||||
|
||||
extern void GamelogStopActionIfStarted();
|
||||
GamelogStopActionIfStarted();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user