(svn r5395) The railway station and depot building windows are not affiliated with the terraforming toolbar. So don't let the terraforming toolbar try to close them, they aren't open then anyway.
authortron
Wed, 28 Jun 2006 05:56:09 +0000
changeset 4080 76a94f16565c
parent 4079 30cac8061fa2
child 4081 8d4111a68f72
(svn r5395) The railway station and depot building windows are not affiliated with the terraforming toolbar. So don't let the terraforming toolbar try to close them, they aren't open then anyway.
Also remove an empty case
terraform_gui.c
--- a/terraform_gui.c	Wed Jun 28 05:47:55 2006 +0000
+++ b/terraform_gui.c	Wed Jun 28 05:56:09 2006 +0000
@@ -244,15 +244,7 @@
 	case WE_ABORT_PLACE_OBJ:
 		UnclickWindowButtons(w);
 		SetWindowDirty(w);
-
-		w = FindWindowById(WC_BUILD_STATION, 0);
-		if (w != NULL) WP(w,def_d).close=true;
-		w = FindWindowById(WC_BUILD_DEPOT, 0);
-		if (w != NULL) WP(w,def_d).close=true;
 		break;
-
-	case WE_PLACE_PRESIZE: {
-	} break;
 	}
 }