diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-28 21:09:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-28 21:09:30 +0300 |
commit | 26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd (patch) | |
tree | ff798249432cf785db7c03d32636758e18e11e06 /src/game.h | |
parent | f364a75c082beed87dba04261650e5e5a412bd57 (diff) | |
download | plus-26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd.tar.gz plus-26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd.tar.bz2 plus-26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd.tar.xz plus-26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd.zip |
Fix some other small issues.
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h index 05b2574f9..767af0ef9 100644 --- a/src/game.h +++ b/src/game.h @@ -39,8 +39,8 @@ class Map; struct LastKey final { - InputActionT key; time_t time; + InputActionT key; int cnt; }; |