Fix warnings in MSVC 2010.

This commit is contained in:
rude
2011-07-24 18:32:11 +02:00
parent 71d4c4a565
commit e1d1ebb2f1
8 changed files with 42 additions and 19 deletions
@@ -56,7 +56,7 @@ namespace physfs
{
// no error checking needed, everything, even nothing
// can be converted to a boolean
instance->setRelease(lua_toboolean(L, 1));
instance->setRelease(luax_toboolean(L, 1));
return 0;
}