X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.hpp;h=39d0abf089960d612df005a1e42d2520447ba10f;hb=99199c39ed744bf40e3fa60e26ba64c29c014ddc;hp=746bce7ae4e781126bd17f955a373666cfa6329b;hpb=fc73efa7ff699fe3c9c237845b6f4fda0d999862;p=supertux.git diff --git a/src/title.hpp b/src/title.hpp index 746bce7ae..39d0abf08 100644 --- a/src/title.hpp +++ b/src/title.hpp @@ -61,10 +61,9 @@ private: std::auto_ptr main_world; std::vector contrib_worlds; World* current_world; - + std::auto_ptr controller; std::auto_ptr titlesession; }; #endif -