And the most important piece: Import of experimental gamedata autoupdater. Also new debug command "sm_gamedata_md5 <filename>"

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402323
This commit is contained in:
Matt Woodrow
2008-07-01 09:48:17 +00:00
parent f3f46fc126
commit a513a2a6f8
10 changed files with 1507 additions and 1 deletions
+5
View File
@@ -186,6 +186,11 @@ void CForwardManager::ReleaseForward(IForward *forward)
void CForwardManager::ForwardFree(CForward *fwd)
{
if (fwd == NULL)
{
return;
}
m_FreeForwards.push(fwd);
m_managed.remove(fwd);
}