Browse Source

msg: use enum for RSPLTYPE_INVALID in msg.cpp

pull/197/head
Robin Eklind 7 years ago committed by Anders Jenbo
parent
commit
59167447ba
  1. 2
      Source/msg.cpp

2
Source/msg.cpp

@ -2576,7 +2576,7 @@ DWORD On_NOVA(TCmd *pCmd, int pnum)
if (gbBufferMsgs != 1 && currlevel == plr[pnum].plrlevel && pnum != myplr) {
ClrPlrPath(pnum);
plr[pnum]._pSpell = SPL_NOVA;
plr[pnum]._pSplType = 4;
plr[pnum]._pSplType = RSPLTYPE_INVALID;
plr[pnum]._pSplFrom = 3;
plr[pnum].destAction = ACTION_SPELL;
plr[pnum].destParam1 = p->x;

Loading…
Cancel
Save