From e2c90e8f5a6a8f95adc8705fe180207b895fb22f Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 23 Jan 2006 19:12:35 +0000 Subject: (svn r3421) - Revert r3412 as it didn't work. - Fix station builder issue by checking the tile is in bounds. --- openttd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openttd.c') diff --git a/openttd.c b/openttd.c index d30e44bf5..28c97c3b5 100644 --- a/openttd.c +++ b/openttd.c @@ -814,10 +814,6 @@ void SwitchMode(int new_mode) if (_switch_mode_errorstr != INVALID_STRING_ID) ShowErrorMessage(INVALID_STRING_ID,_switch_mode_errorstr,0,0); - - // Reset the TileHighlightData as it may be out of bounds if - // the new map is smaller than the old map. - memset(&_thd, 0, sizeof(_thd)); } -- cgit v1.2.3-54-g00ecf