The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: kniederk on June 25, 2010, 06:00:48 PM

Title: path or filename in dataobj/scenario.cc
Post by: kniederk on June 25, 2010, 06:00:48 PM
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