summaryrefslogtreecommitdiff
path: root/src/scripting/lua.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-03-07 22:23:56 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-03-07 22:24:27 +0100
commit0b666fa7a3dc65a4df00103a36889239823a08b8 (patch)
treef31ef667afdfb36e90c59273371797c7317ce9cc /src/scripting/lua.cpp
parent99227026607ecfaca1ff07705930a83d41c16042 (diff)
downloadmanaserv-0b666fa7a3dc65a4df00103a36889239823a08b8.tar.gz
manaserv-0b666fa7a3dc65a4df00103a36889239823a08b8.tar.bz2
manaserv-0b666fa7a3dc65a4df00103a36889239823a08b8.tar.xz
manaserv-0b666fa7a3dc65a4df00103a36889239823a08b8.zip
Fixed compile
This was meant to be amended to the previous commit...
Diffstat (limited to 'src/scripting/lua.cpp')
-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 48404d55..540925b1 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -1561,7 +1561,7 @@ static int effect_create(lua_State *s)
{
// being mode
Being *b = checkBeing(s, 2);
- Effects::show(id, m, b->getMap());
+ Effects::show(id, b->getMap(), b);
}
else
{