yeti cleanup and death animation rework, hitbox fix ups
[supertux.git] / src / mainloop.cpp
index e65f8c9..523db81 100644 (file)
@@ -1,5 +1,5 @@
-//  $Id: worldmap.hpp 2800 2005-10-02 22:57:31Z matzebraun $
-// 
+//  $Id$
+//
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
@@ -12,7 +12,7 @@
 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 //  GNU General Public License for more details.
-// 
+//
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -64,8 +64,7 @@ MainLoop::push_screen(Screen* screen)
 void
 MainLoop::exit_screen()
 {
-  if (screen_stack.size() < 1)
-  {
+  if (screen_stack.size() < 1) {
     quit();
     return;
   }