summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-09 19:41:31 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-09 19:41:31 +0300
commit97943710d847ddb2b52099330f1961bda127e37b (patch)
treeab2522aab524c3393a6dd4f1d51811d3eac9984e /src/game.h
parent22d0a32e03656262a7a5cccb3769aed59bfe0a5b (diff)
downloadplus-97943710d847ddb2b52099330f1961bda127e37b.tar.gz
plus-97943710d847ddb2b52099330f1961bda127e37b.tar.bz2
plus-97943710d847ddb2b52099330f1961bda127e37b.tar.xz
plus-97943710d847ddb2b52099330f1961bda127e37b.zip
Fix code style.
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index 551378ef2..05b2574f9 100644
--- a/src/game.h
+++ b/src/game.h
@@ -40,7 +40,7 @@ class Map;
struct LastKey final
{
InputActionT key;
- int time;
+ time_t time;
int cnt;
};