summaryrefslogtreecommitdiff
path: root/src/monster2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster2.cc')
-rw-r--r--src/monster2.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/monster2.cc b/src/monster2.cc
index bb263026..6f74a86a 100644
--- a/src/monster2.cc
+++ b/src/monster2.cc
@@ -2106,8 +2106,9 @@ bool_ kind_is_randart(int k_idx)
* except for the savefile loading code.
*/
bool_ bypass_r_ptr_max_num = FALSE;
-int place_monster_result = 0;
+static int place_monster_result = 0;
bool_ place_monster_one_no_drop = FALSE;
+static s16b hack_m_idx_ii = 0;
s16b place_monster_one(int y, int x, int r_idx, int ego, bool_ slp, int status)
{
int i;