I really should do a testing, but I can't even compile the code. Output:
In file included from badguy.cpp:27:
defines.h:25:20: config.h: No such file or directory
SVN-Revision: 1637
reader.read_string("level", level.name, true);
reader.read_int("x", level.x);
reader.read_int("y", level.y);
+ level.auto_path = true;
reader.read_bool("auto-path", &level.auto_path);
level.swap_x = level.swap_y = -1;
reader.read_int("swap-x", level.swap_x);