bind MultiPlayer

This commit is contained in:
Glenn Maynard
2006-09-27 06:18:11 +00:00
parent 8cf7109168
commit c1194da0d0
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1839,7 +1839,7 @@ public:
}
static int GetMultiPlayerState( T* p, lua_State *L )
{
MultiPlayer mp = (MultiPlayer)IArg(1);
MultiPlayer mp = Enum::Check<MultiPlayer>(L, 1);
p->m_pMultiPlayerState[mp]->PushSelf(L);
return 1;
}