summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-05 21:15:43 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:25 +0200
commit1a5636844a5ac885821a1562e38e8f97631fe9d2 (patch)
tree913d712e7d8e752452ea18639ee7bea7b8f443cc
parent2bd0f18da7dbccd650d8a83aa457d5190f4ce1bc (diff)
Lua: Add 'static' modifier to calc_gods()
-rw-r--r--src/xtra1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtra1.c b/src/xtra1.c
index e39c2fad..4d3a4519 100644
--- a/src/xtra1.c
+++ b/src/xtra1.c
@@ -2351,7 +2351,7 @@ int get_archery_skill()
}
/* Apply gods */
-void calc_gods()
+static void calc_gods()
{
/* Boost WIS if the player follows Eru */
GOD(GOD_ERU)