mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Don't partially delete house when overwriting the current house
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user