mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
minor code cleanup
This commit is contained in:
parent
57ee5f9b53
commit
53b6ef6f8c
@ -3,8 +3,8 @@
|
||||
MWState::QuickSaveManager::QuickSaveManager(std::string &saveName, unsigned int maxSaves)
|
||||
: mSaveName(saveName)
|
||||
, mMaxSaves(maxSaves)
|
||||
, mOldestSlotVisited(NULL)
|
||||
, mSlotsVisited(0)
|
||||
, mOldestSlotVisited(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user