Fixed build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402416
This commit is contained in:
Matt Woodrow 2008-07-13 06:13:28 +00:00
parent dd75e88cbb
commit 64b8049d70
2 changed files with 7 additions and 1 deletions

View File

@ -222,4 +222,4 @@ void CmdChangeLevelCallback()
UTIL_Format(g_NextMap.m_tempChangeInfo.m_mapName, sizeof(g_NextMap.m_tempChangeInfo.m_mapName), command.Arg(1));
UTIL_Format(g_NextMap.m_tempChangeInfo.m_changeReason, sizeof(g_NextMap.m_tempChangeInfo.m_changeReason), "changelevel Command");
}
}
}

View File

@ -58,6 +58,12 @@ struct MapChangeData
time_t startTime;
};
#if defined ORANGEBOX_BUILD
void CmdChangeLevelCallback(const CCommand &command);
#else
void CmdChangeLevelCallback();
#endif
class NextMapManager : public SMGlobalClass
{
public: