File diff r1073:83b2cff7be31 → r1074:66b86261cc4c
rail_gui.c
Show inline comments
 
@@ -819,12 +819,11 @@ static void StationBuildWndProc(Window *
 
		}
 
		CheckRedrawStationCoverage(w);
 
		} break;
 
		
 

	
 
	case WE_DESTROY:
 
		ResetObjectToPlace();
 
		break;
 
	}
 

	
 
}
 

	
 
static const Widget _station_builder_widgets[] = {
 
@@ -978,6 +977,10 @@ static void BuildWaypointWndProc(Window 
 
		if (WP(w,def_d).close)
 
			DeleteWindow(w);
 
		return;
 

	
 
	case WE_DESTROY:
 
		ResetObjectToPlace();
 
		break;
 
	}
 
}