Text only
|
Text with Images
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
Expand
new_off = new_off;
Should it be
Code
Select
Expand
new_off = cur_off;
?
Title:
Re: r2418, wrong line in code
Post by:
prissi
on
April 14, 2009, 12:21:25 PM
Thanks
Text only
|
Text with Images