From: Ricardo Cruz Date: Sat, 11 Sep 2004 14:48:07 +0000 (+0000) Subject: I guess the checking is unnecessary. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ff8b6223907fbd32ed645447b7fbf7a714846b69;p=supertux.git I guess the checking is unnecessary. SVN-Revision: 1897 --- 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(); } }