summaryrefslogtreecommitdiff
path: root/src/lua_bind.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_bind.cc')
-rw-r--r--src/lua_bind.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua_bind.cc b/src/lua_bind.cc
index 3ca43716..cc7476d3 100644
--- a/src/lua_bind.cc
+++ b/src/lua_bind.cc
@@ -221,7 +221,7 @@ void get_map_size(const char *name, int *ysize, int *xsize)
void load_map(const char *name, int *y, int *x)
{
/* Set the correct monster hook */
- set_mon_num_hook();
+ reset_get_monster_hook();
/* Prepare allocation table */
get_mon_num_prep();