From 8733cdf3ab6969613301138b05070a441a657b76 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Wed, 29 Dec 2010 19:53:06 +0100 Subject: Moved parts needing to be in sync with the client in protocol.h. Trivial fix. --- src/scripting/lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripting/lua.cpp') diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp index e672c1a6..f79f2f8d 100644 --- a/src/scripting/lua.cpp +++ b/src/scripting/lua.cpp @@ -822,7 +822,7 @@ static int being_set_action(lua_State *s) if (being) { - being->setAction((Being::Action) act); + being->setAction((BeingAction) act); } return 0; -- cgit v1.2.3-70-g09d2