Fixed detection mp_freeforall for regamedll.

Added missing addon entities for regamedll.
Fixed bots keep adding to game event when there is now spawn points left on map.
Reduced a little bot difficulty at higher levels.
This commit is contained in:
jeefo 2019-05-13 21:41:14 +03:00
commit 5a7dbc2463
8 changed files with 110 additions and 30 deletions

View file

@ -607,7 +607,7 @@ public:
return;
}
#ifdef PLATFORM_WIN32
FreeLibrary ((HMODULE)m_ptr);
FreeLibrary (static_cast <HMODULE> (m_ptr));
#else
dlclose (m_ptr);
#endif