Add OnCoreMapEnd to extension's interface.

This commit is contained in:
Ruben Gonzalez
2014-08-08 01:01:47 -04:00
parent 3edd1ce658
commit 7a88386568
5 changed files with 31 additions and 1 deletions
+1
View File
@@ -395,6 +395,7 @@ void SourceModBase::LevelShutdown()
{
g_pOnMapEnd->Execute(NULL);
}
extsys->CallOnCoreMapEnd();
g_Timers.RemoveMapChangeTimers();