src/proto2/Input.hh
changeset 60 26571fd9a8d1
parent 58 a53f5ad69500
child 96 4a801210096c
--- a/src/proto2/Input.hh	Tue Nov 18 20:00:04 2008 +0000
+++ b/src/proto2/Input.hh	Tue Nov 18 21:17:14 2008 +0000
@@ -1,7 +1,7 @@
 #ifndef INPUT_HH
 #define INPUT_HH
 
-const uint16_t PLAYER_MOVE_FORCE = 5;
+const uint16_t INPUT_INTERVAL_MS = 20;
 
 enum {
     INPUT_MOVE_UP     = 0x01,