Changeset - r2877:29b9439959da
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2006-01-24 18:08:04
darkvater@openttd.org
(svn r3425) - Fix: Followup to r3421. Correctly reset the TileHighLightData structure to prevent crashes in all the other cases where it is not guarded against sufficiently
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
window.c
Show inline comments
 
@@ -699,6 +699,8 @@ void ResetWindowSystem(void)
 
	InitWindowSystem();
 
	_thd.pos.x = 0;
 
	_thd.pos.y = 0;
 
	_thd.new_pos.x = 0;
 
	_thd.new_pos.y = 0;
 
}
 

	
 
static void DecreaseWindowCounters(void)
0 comments (0 inline, 0 general)