Don't partially delete house when overwriting the current house

This commit is contained in:
elasota
2021-03-07 05:07:48 -05:00
parent 55ec6c516c
commit fe4a8a55c6
3 changed files with 14 additions and 1 deletions

View File

@@ -48,6 +48,9 @@ Boolean CheckFileError (short resultCode, const PLPasStr &fileName)
case PLErrors::kOutOfMemory:
stringIndex = 7;
break;
case PLErrors::kFileIsBusy:
stringIndex = 12;
break;
default:
stringIndex = 1;
break;