Refactor DLLAttach stuff #225
Labels
bug 🐛
Something isn't working
enhancement 🔧
New feature or request
game
Related to the game's code.
med priority
Issue that should be addressed as time allows.
Need to refactor the
MSGlobals::DLLAttach
,BOOL WINAPI DllMain
,MSCLGlobals::DLLDetach
, andMSGlobals::DLLDetach
.Probably get rid of
BOOL WINAPI DllMain
altoegther once we either switch to using the goldsrc filesystem for everything or figure why usingpfnGetGameDirectory
crashes.The text was updated successfully, but these errors were encountered: