Now builds on Ubuntu 9.10

This commit is contained in:
bart@bartbes.ath.cx
2010-01-31 23:16:10 +01:00
parent b013a5b87f
commit 7935050435
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ namespace love
{
Proxy * p = (Proxy *)lua_touserdata(L, 1);
Type t = luax_type(L, 2);
luax_pushboolean(L, p->flags.at(t));
luax_pushboolean(L, p->flags[t]);
return 1;
}