mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-19 06:51:09 +00:00
Fix sidedef "compresion" error message typo (#973)
This commit is contained in:
parent
728eea84b2
commit
7536ea0f9d
1 changed files with 2 additions and 2 deletions
|
@ -700,8 +700,8 @@ namespace CodeImp.DoomBuilder
|
|||
{
|
||||
// Problem! Can't save the map like this!
|
||||
General.ShowErrorMessage("Unable to save the map: there are too many unique sidedefs!" + Environment.NewLine + Environment.NewLine
|
||||
+ "Sidedefs before compresion: " + initialsidescount + Environment.NewLine
|
||||
+ "Sidedefs after compresion: " + outputset.Sidedefs.Count
|
||||
+ "Sidedefs before compression: " + initialsidescount + Environment.NewLine
|
||||
+ "Sidedefs after compression: " + outputset.Sidedefs.Count
|
||||
+ " (" + (outputset.Sidedefs.Count - io.MaxSidedefs) + " sidedefs above the limit)", MessageBoxButtons.OK);
|
||||
General.MainWindow.DisplayStatus(oldstatus);
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue