1
0

Removed cWorld deprecated API: SetWorldTime()

This commit is contained in:
madmaxoft 2013-09-15 21:55:24 +02:00
parent 5514a6169f
commit 530f6f2b71

View File

@ -113,12 +113,6 @@ public:
BroadcastTimeUpdate();
}
void SetWorldTime(Int64 a_TimeOfDay)
{
LOGWARNING("cWorld:SetWorldTime() is obsolete, use SetTimeOfDay() instead");
SetTimeOfDay(a_TimeOfDay);
}
/// Returns the current game mode. Partly OBSOLETE, you should use IsGameModeXXX() functions wherever applicable
eGameMode GetGameMode(void) const { return m_GameMode; }