Browse Source

Merge pull request #1793 from qndel/GetDamageAmt2

Small bug in GetDamageAmt
pull/876/head
Robin Eklind 7 years ago committed by GitHub
parent
commit
48356f1f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/missiles.cpp

2
Source/missiles.cpp

@ -98,7 +98,7 @@ void GetDamageAmt(int i, int *mind, int *maxd)
case SPL_RESURRECT:
case SPL_TELEKINESIS:
case SPL_BONESPIRIT:
#ifdef HELLFIRE:
#ifdef HELLFIRE
case SPL_WARP:
case SPL_REFLECT:
case SPL_BERSERK:

Loading…
Cancel
Save