August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
parent
93a1af2eff
commit
ae72fce5dd
76 changed files with 1071 additions and 210 deletions
|
@ -977,6 +977,10 @@ void __cdecl Prog_End(const char *why, bool fatal)
|
|||
*((int*)0) = 0;
|
||||
}
|
||||
|
||||
if (Session.Type == GAME_GLYPHX_MULTIPLAYER) {
|
||||
return;
|
||||
}
|
||||
|
||||
Sound_End();
|
||||
if (WWMouse) {
|
||||
delete WWMouse;
|
||||
|
|
Reference in a new issue