Hide error message if user clicked 'Cancel' in buiuld confirmation window

This commit is contained in:
pelya
2017-04-07 21:53:48 +03:00
parent 7a5e2b454e
commit 2757f1844c

View File

@@ -175,6 +175,7 @@ struct BuildConfirmationWindow : Window {
} else {
ResetObjectToPlace();
DeleteWindowByClass(WC_BUILD_BRIDGE);
ClearErrorMessages();
}
break;
}