mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-02-04 18:44:55 +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