diff --git a/code/ryzom/client/src/time_client.h b/code/ryzom/client/src/time_client.h index 436cf1465..9243a908d 100644 --- a/code/ryzom/client/src/time_client.h +++ b/code/ryzom/client/src/time_client.h @@ -136,7 +136,7 @@ void updateSmoothedTime(); inline NLMISC::TTime ryzomGetLocalTime() { - return NLMISC::CTime::getLocalTimeHR(); + return NLMISC::CTime::getLocalTime(); } inline NLMISC::TTicks ryzomGetPerformanceTime()