summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 979166c9be..635ac234c8 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4949,7 +4949,7 @@ bool player::can_go_berserk(bool verbose) const
return (true);
}
-void player::god_conduct(int thing_done, int level)
+void player::god_conduct(conduct_type thing_done, int level)
{
::did_god_conduct(thing_done, level);
}