X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsupertux%2Fgame_manager.hpp;h=7a66b0ee2391bfe9519c7f2676418556d1e661a9;hb=146cb5cf3c1ea9bd8f884e3c99a7789c42d598f1;hp=d5a9b399108ef5f79d6ef6e6de98b3b73e24b53f;hpb=8c15498863fba06e554f72e8b7fad16e99c6c3d4;p=supertux.git diff --git a/src/supertux/game_manager.hpp b/src/supertux/game_manager.hpp index d5a9b3991..7a66b0ee2 100644 --- a/src/supertux/game_manager.hpp +++ b/src/supertux/game_manager.hpp @@ -34,7 +34,7 @@ public: GameManager(); ~GameManager(); - void start_game(std::unique_ptr world); + void start_worldmap(std::unique_ptr world); void start_level(std::unique_ptr world, const std::string& level_filename); std::string get_level_name(const std::string& levelfile) const;