- the savegame manager needs a destructor
This commit is contained in:
parent
872969eb14
commit
e58a03de9b
2 changed files with 5 additions and 1 deletions
|
|
@ -66,6 +66,10 @@ void FSavegameManager::ClearSaveGames()
|
|||
SaveGames.Clear();
|
||||
}
|
||||
|
||||
FSavegameManager::~FSavegameManager()
|
||||
{
|
||||
ClearSaveGames();
|
||||
}
|
||||
//=============================================================================
|
||||
//
|
||||
// Save data maintenance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue