summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-29 01:24:49 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-29 01:24:49 +0300
commitca130a19b36a78c6a23aa56c6ea82eaa187b0a06 (patch)
treea22f311c5698f3f4ee370c0f1d3cb05230a1da95 /src/gui/viewport.h
parenteeffaaf3ab0593f815e772bfb523b9e7a94d45f5 (diff)
downloadManaVerse-ca130a19b36a78c6a23aa56c6ea82eaa187b0a06.tar.gz
ManaVerse-ca130a19b36a78c6a23aa56c6ea82eaa187b0a06.tar.bz2
ManaVerse-ca130a19b36a78c6a23aa56c6ea82eaa187b0a06.tar.xz
ManaVerse-ca130a19b36a78c6a23aa56c6ea82eaa187b0a06.zip
Use time_t for time values.
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index d189b2415..802ba8ffe 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -238,7 +238,7 @@ class Viewport final : public WindowContainer,
int mViewXmax;
int mViewYmax;
- int mLocalWalkTime; /**< Timestamp before the next walk can be sent. */
+ time_t mLocalWalkTime; /**< Timestamp before the next walk can be sent. */
int mCameraRelativeX;
int mCameraRelativeY;