Browse Source

[hellfire] InitDungMsgs bin exact

pull/876/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
600f9307c4
  1. 3
      Source/player.cpp

3
Source/player.cpp

@ -4127,6 +4127,9 @@ void InitDungMsgs(int pnum)
}
plr[pnum].pDungMsgs = 0;
#ifdef HELLFIRE
plr[pnum].pBattleNet = 0;
#endif
}
void PlayDungMsgs()

Loading…
Cancel
Save