From f4792bc06f21335fc2d1171d937ea7645ca0c253 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Mar 2011 22:13:37 +0200 Subject: Fix most conversions except manaserv net code and some other code. --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 76a53fdfd..0179c0f51 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -537,7 +537,7 @@ Client::Client(const Options &options): optionChanged("fpslimit"); - start_time = time(NULL); + start_time = static_cast(time(NULL)); // Initialize PlayerInfo PlayerInfo::init(); -- cgit v1.2.3-70-g09d2