From 0b666fa7a3dc65a4df00103a36889239823a08b8 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Wed, 7 Mar 2012 22:23:56 +0100 Subject: Fixed compile This was meant to be amended to the previous commit... --- src/scripting/lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3-70-g09d2