Fixed a crash when user cancels engine launch during Test Map action.

These changes were made in previous commit. I just forgot to write info about them:
Classic modes: going to Draw modes when Edit button is pressed when nothing is highlighted can be disabled in Preferences -> Editing -> "Start drawing when Edit pressed over empty space in Classic modes".
Classic modes: removed Preferences -> Editing -> "Try to align horizontal tex. offset of dragged geometry", because it was more confusing than helpful...
This commit is contained in:
MaxED 2013-12-05 09:42:29 +00:00
parent ca03109006
commit 0ca7135121

View file

@ -1480,7 +1480,7 @@ namespace CodeImp.DoomBuilder {
// Fail // Fail
compiler.Dispose(); compiler.Dispose();
errors = null; errors.Clear(); //mxd
return false; return false;
} }