1
0

Merge branch 'master' into PreventNewWarnings

This commit is contained in:
tycho
2015-05-23 11:31:03 +01:00
21 changed files with 143 additions and 61 deletions

View File

@@ -530,7 +530,7 @@ static int tolua_cWorld_TryGetHeight(lua_State * tolua_S)
// Call the implementation:
int Height = 0;
bool res = self->TryGetHeight(BlockX, BlockZ, Height);
L.Push(res ? 1 : 0);
L.Push(res);
if (res)
{
L.Push(Height);