mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-17 01:31:47 +00:00
- correctly reset com_debuggerSupported
This commit is contained in:
parent
784f1d567c
commit
b80de2b89b
1 changed files with 1 additions and 0 deletions
|
@ -2728,6 +2728,7 @@ void idCommonLocal::UnloadGameDLL( void ) {
|
|||
|
||||
#endif
|
||||
|
||||
com_debuggerSupported = false; // HvG: Reset debugger availability.
|
||||
gameCallbacks.Reset(); // DG: these callbacks are invalid now because DLL has been unloaded
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue