summaryrefslogtreecommitdiff
path: root/src/spells2.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
commitd5c980c319fca578d30c888c58b9384bce889ccb (patch)
treecf4fec470a290f39b977244ca28e15afde2395ca /src/spells2.hpp
parent9dd2f09626ad96caae709ce1fb51c7e87ee00d36 (diff)
Remove unused is_scroll parameter from random_resistance()
Diffstat (limited to 'src/spells2.hpp')
-rw-r--r--src/spells2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells2.hpp b/src/spells2.hpp
index ae3099da..09d5ea68 100644
--- a/src/spells2.hpp
+++ b/src/spells2.hpp
@@ -111,4 +111,4 @@ extern void geomancy_random_wall(int y, int x);
extern void geomancy_random_floor(int y, int x, bool_ kill_wall);
extern void geomancy_dig(int oy, int ox, int dir, int length);
extern void channel_the_elements(int y, int x, int level);
-extern void random_resistance (object_type * o_ptr, bool_ is_scroll, int specific);
+extern void random_resistance(object_type *o_ptr, int specific);