X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.hpp;h=39d0abf089960d612df005a1e42d2520447ba10f;hb=7fbc38d9c2fda9bfb10eeb7ecb3db36c3daa2824;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 -