You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function: Player::handleDialogSetup( Entity* entity, const str& soundName )
The following code causes a crash: _dialogEntnum = entity->entnum;
_dialogEntnum is set on: client->ps.dialogEntnum
It does not crash with version 6.0021 of the Coop Mod,
how ever I can not recall or figure out how it was fixed.
The text was updated successfully, but these errors were encountered:
In function: Player::handleDialogSetup( Entity* entity, const str& soundName )
The following code causes a crash: _dialogEntnum = entity->entnum;
_dialogEntnum is set on: client->ps.dialogEntnum
It does not crash with version 6.0021 of the Coop Mod,
how ever I can not recall or figure out how it was fixed.
The text was updated successfully, but these errors were encountered: