projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fb606
)
I guess the checking is unnecessary.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 11 Sep 2004 14:48:07 +0000
(14:48 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 11 Sep 2004 14:48:07 +0000
(14:48 +0000)
SVN-Revision: 1897
src/gameloop.cpp
patch
|
blob
|
history
diff --git
a/src/gameloop.cpp
b/src/gameloop.cpp
index
217ca69
..
d24e4c2
100644
(file)
--- 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();
}
}