News:

Simutrans Sites
Know our official sites. Find tools and resources for Simutrans.

r2418, wrong line in code

Started by gerw, April 14, 2009, 06:31:52 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

gerw

In gui/karte.cc line 832 has no effect:
new_off = new_off;
Should it be
new_off = cur_off;
?

prissi