fix compile

This commit is contained in:
AJ Kelly
2011-08-24 12:22:07 -05:00
parent 030aa55b5a
commit 0149d8556b
+1 -1
View File
@@ -551,7 +551,7 @@ public:
static int AddChildFromPath( T* p, lua_State *L )
{
// this one is tricky, we need to get an Actor from Lua.
pActor = ActorUtil::MakeActor( SArg(1) );
Actor *pActor = ActorUtil::MakeActor( SArg(1) );
if ( pActor == NULL )
{
lua_pushboolean( L, 0 );