Moved cheating code, so that it ain't run every cycle, but only when a new key is...
authorRicardo Cruz <rick2@aeiou.pt>
Mon, 13 Sep 2004 12:08:40 +0000 (12:08 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Mon, 13 Sep 2004 12:08:40 +0000 (12:08 +0000)
commit57ee5f87376ff34ea01d43d329d9893778ee7ff8
tree44d8e60814acd07a03dc8d7d953cc75310aef7b7
parent591b0cae3e2a01a3bfe58c56f7e7da124362caf8
Moved cheating code, so that it ain't run every cycle, but only when a new key is pressed.

last_keys.clear() shouldn't be needed and would shrink code a lot, but might be better to leave it.

SVN-Revision: 1899
src/gameloop.cpp