summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-10-22 21:17:26 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-10-22 21:17:26 +0200
commit680ff9e09be0f5192fbd1c1166b25fe99f4c2d74 (patch)
treeddced4b0cce2d54b61c8ee636a12e00a14e56067 /src
parent3a79ff0eae322e69efc11e1a5f60c911308eea7e (diff)
downloadmanaserv-680ff9e09be0f5192fbd1c1166b25fe99f4c2d74.tar.gz
manaserv-680ff9e09be0f5192fbd1c1166b25fe99f4c2d74.tar.bz2
manaserv-680ff9e09be0f5192fbd1c1166b25fe99f4c2d74.tar.xz
manaserv-680ff9e09be0f5192fbd1c1166b25fe99f4c2d74.zip
Fixed the get_level doxygen documentation.
Thanks to Ablu.
Diffstat (limited to 'src')
-rw-r--r--src/scripting/lua.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index fb71a2a0..77cfd339 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -476,7 +476,7 @@ static int chr_inv_count(lua_State *s)
}
/**
- * mana.chr_get_level(): int level
+ * mana.chr_get_level(Character*): int level
* Tells the character current level.
*/
static int chr_get_level(lua_State *s)