* Bonus island worldmaps work again
SVN-Revision: 3292
(supertux-level-subset
(title (_ "Bonus Island I"))
(description "Levels from the Bonus World 1")
+ (levelset #f)
)
(supertux-level-subset
(title (_ "Bonus Island II"))
(description "Levels from the Bonus World 2")
+ (levelset #f)
)
World::run()
{
std::string filename = basedir + "/world.nut";
+ std::cout << filename << std::endl;
+ if (!PHYSFS_exists(filename.c_str()))
+ return;
+
IFileStream in(filename);
HSQUIRRELVM vm = script_manager->create_thread();