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:
parent
78b2cb968a
commit
5a7dbc2463
8 changed files with 110 additions and 30 deletions
|
|
@ -607,7 +607,7 @@ public:
|
|||
return;
|
||||
}
|
||||
#ifdef PLATFORM_WIN32
|
||||
FreeLibrary ((HMODULE)m_ptr);
|
||||
FreeLibrary (static_cast <HMODULE> (m_ptr));
|
||||
#else
|
||||
dlclose (m_ptr);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue