Replaced .reset(new Surface()) with a factory method
authorIngo Ruhnke <grumbel@gmx.de>
Sat, 21 Nov 2009 16:28:12 +0000 (16:28 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sat, 21 Nov 2009 16:28:12 +0000 (16:28 +0000)
commitcee739d4820fb000a217996ffadc74bc58ed582a
treec0d8909152b8269f7393ddb20b6e6646418dda81
parente8a684e712e925673c54111d0f5da21c5bd62813
Replaced .reset(new Surface()) with a factory method
Added some more std::auto_ptr<Surface> instead of Surface*

SVN-Revision: 6081
src/object/cloud_particle_system.cpp
src/object/cloud_particle_system.hpp
src/object/comet_particle_system.cpp
src/object/comet_particle_system.hpp
src/object/ghost_particle_system.cpp
src/object/ghost_particle_system.hpp
src/object/rain_particle_system.cpp
src/object/rain_particle_system.hpp
src/supertux/info_box.cpp
src/supertux/info_box.hpp
src/supertux/title_screen.cpp