diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-09 19:41:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-09 19:41:31 +0300 |
commit | 97943710d847ddb2b52099330f1961bda127e37b (patch) | |
tree | ab2522aab524c3393a6dd4f1d51811d3eac9984e /src/being/localplayer.h | |
parent | 22d0a32e03656262a7a5cccb3769aed59bfe0a5b (diff) | |
download | mv-97943710d847ddb2b52099330f1961bda127e37b.tar.gz mv-97943710d847ddb2b52099330f1961bda127e37b.tar.bz2 mv-97943710d847ddb2b52099330f1961bda127e37b.tar.xz mv-97943710d847ddb2b52099330f1961bda127e37b.zip |
Fix code style.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index a3d4814e5..d74481298 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -500,7 +500,7 @@ class LocalPlayer final : public Being, std::string mLastHitFrom; std::string mWaitFor; - int mAdvertTime; + time_t mAdvertTime; Particle *mTestParticle; std::string mTestParticleName; time_t mTestParticleTime; |