Skip to content

Commit

Permalink
Fixes #36813 (#36880)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion authored and kevingranade committed Jan 10, 2020
1 parent 88e6cff commit 64d37f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/monster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ monster::monster()
upgrade_time = -1;
last_updated = 0;
biosig_timer = -1;
horde_attraction = MHA_NULL;
}

monster::monster( const mtype_id &id ) : monster()
Expand Down

0 comments on commit 64d37f7

Please sign in to comment.