From ff8b6223907fbd32ed645447b7fbf7a714846b69 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sat, 11 Sep 2004 14:48:07 +0000 Subject: [PATCH] I guess the checking is unnecessary. SVN-Revision: 1897 --- src/gameloop.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gameloop.cpp b/src/gameloop.cpp index 217ca69ab..d24e4c219 100644 --- a/src/gameloop.cpp +++ b/src/gameloop.cpp @@ -488,8 +488,6 @@ if(!last_keys.empty()) tux.invincible_timer.start(time_left.get_left()); last_keys.clear(); } - if(last_keys.size() > 15) - last_keys.clear(); } } -- 2.11.0