News:

Simutrans Tools
Know our tools that can help you to create add-ons, install and customize Simutrans.

path or filename in dataobj/scenario.cc

Started by kniederk, June 25, 2010, 06:00:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kniederk

Hi,

Shouldn't

   if (!scenario.open(filename)) {

be

   if (!scenario.open(path)) {

in void scenario_t::init(const std::string &filename, karte_t *w ) ?

Klaus