News:

Use the "Forum Search"
It may help you to find anything in the forum ;).

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