News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

r2018 - Map size on relief map don't show

Started by z9999, September 13, 2008, 03:29:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

z9999

simutrans r2018 GDI

When I open "Load height map" window, map size don't show.

gui/load_relief_frame.cc:48
Quote
   sprintf( path, "save/%s", filename );
=>
Quote
   sprintf( path, "maps/%s", filename );

z9999