Browse Source

Update Source/missiles.h

Co-authored-by: obligaron <obligaron@live.com>
pull/4104/head
qndel 4 years ago committed by Anders Jenbo
parent
commit
2b53c5f857
  1. 1
      Source/missiles.h

1
Source/missiles.h

@ -127,6 +127,7 @@ struct Missile {
*/
int16_t lastCollisionTargetHash;
/** @brief Was the missile generated by a trap? */
[[nodiscard]] bool IsTrap() const
{
return _misource == -1;

Loading…
Cancel
Save