Replaced .reset(new Surface()) with a factory method
authorgrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 21 Nov 2009 16:28:12 +0000 (16:28 +0000)
committergrumbel <grumbel@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 21 Nov 2009 16:28:12 +0000 (16:28 +0000)
commit6f6fc74f3174670efe954e4815797fcdd6573037
treec0d8909152b8269f7393ddb20b6e6646418dda81
parentf26940f1db73c045618c17e163cfff5f64948c04
Replaced .reset(new Surface()) with a factory method
Added some more std::auto_ptr<Surface> instead of Surface*

git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6081 837edb03-e0f3-0310-88ca-d4d4e8b29345
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