News:

Congratulations!
 You've won the News Item Lottery! Your prize? Reading this news item! :)

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