From 09618e15e11b86198168b0930fb4c78eb17d4e9e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 11 Sep 2007 18:50:16 +0000 Subject: [PATCH] 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 --- core/TimerSys.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/TimerSys.cpp b/core/TimerSys.cpp index 7908ed7d..5c07edff 100644 --- a/core/TimerSys.cpp +++ b/core/TimerSys.cpp @@ -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();