whoops, this changeset had a really bad side effect. build needs to be broken until i can fix it.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401416
This commit is contained in:
David Anderson 2007-09-11 18:50:16 +00:00
parent dd824d2056
commit 09618e15e1

View File

@ -37,6 +37,8 @@ TimerSystem g_Timers;
ConVar sm_time_adjustment("sm_time_adjustment", "0", 0, "Adjusts the server time in seconds");
__BUILD_INTENTIONALLY_BROKEN_BY_BAIL__
time_t GetAdjustedTime(time_t *buf)
{
time_t val = time(NULL) + sm_time_adjustment.GetInt();