Removed cWorld deprecated API: SetWorldTime()
This commit is contained in:
parent
5514a6169f
commit
530f6f2b71
@ -113,12 +113,6 @@ public:
|
|||||||
BroadcastTimeUpdate();
|
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
|
/// Returns the current game mode. Partly OBSOLETE, you should use IsGameModeXXX() functions wherever applicable
|
||||||
eGameMode GetGameMode(void) const { return m_GameMode; }
|
eGameMode GetGameMode(void) const { return m_GameMode; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user