summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-28 21:09:30 +0300
committerAndrei Karas <akaras@inbox.ru>2016-10-28 21:09:30 +0300
commit26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd (patch)
treeff798249432cf785db7c03d32636758e18e11e06 /src/dyetool
parentf364a75c082beed87dba04261650e5e5a412bd57 (diff)
downloadplus-26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd.tar.gz
plus-26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd.tar.bz2
plus-26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd.tar.xz
plus-26a5e61ecf182e06ff2c6a0750ddbd81a944b6fd.zip
Fix some other small issues.
Diffstat (limited to 'src/dyetool')
-rw-r--r--src/dyetool/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp
index 1d089e4ad..25e4418fe 100644
--- a/src/dyetool/client.cpp
+++ b/src/dyetool/client.cpp
@@ -322,7 +322,7 @@ void Client::gameInit()
SDL_initFramerate(&fpsManager);
WindowManager::setFramerate(fpsLimit);
- start_time = CAST_S32(time(nullptr));
+ start_time = time(nullptr);
// PlayerInfo::init();