Charles Pigott 2017-08-08 22:25:51 +01:00 committed by Jonathan G Rennison
parent fa89013bc8
commit f5931e1782

View File

@ -77,7 +77,7 @@ void FileList::BuildFileList(AbstractFileType abstract_filetype, SaveLoadOperati
{
this->Clear();
assert(fop == SLO_LOAD || SLO_SAVE);
assert(fop == SLO_LOAD || fop == SLO_SAVE);
switch (abstract_filetype) {
case FT_NONE:
break;