Saveslots: Initialize serialName to a blank string.

This commit is contained in:
Shanoah Alkire 2018-12-10 19:55:54 -08:00
parent 80af99bb44
commit bea4e56d5d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public:
empty = true;
updated = wxInvalidDateTime;
crc = ElfCRC;
serialName = DiscSerial;
serialName = L"";
menu_update = false;
invalid_cache = true;
}