The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: gerw on April 14, 2009, 06:31:52 am

Title: r2418, wrong line in code
Post by: gerw on April 14, 2009, 06:31:52 am
In gui/karte.cc line 832 has no effect:
Code: [Select]
		new_off = new_off;
Should it be
Code: [Select]
		new_off = cur_off;
?
Title: Re: r2418, wrong line in code
Post by: prissi on April 14, 2009, 12:21:25 pm
Thanks