CHG: removed some #DEFINE TRUE/FALSE

This commit is contained in:
iceman1001 2017-07-07 12:52:51 +02:00
commit 4406f4ee2a
19 changed files with 149 additions and 133 deletions

View file

@ -465,7 +465,7 @@ static int l_reveng_RunModel(lua_State *L){
static int l_hardnested(lua_State *L){
bool haveTarget = TRUE;
bool haveTarget = true;
size_t size;
const char *p_blockno = luaL_checklstring(L, 1, &size);
if(size != 2) return returnToLuaWithError(L,"Wrong size of blockNo, got %d bytes, expected 2", (int) size);