We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e119986 commit 4553949Copy full SHA for 4553949
src/lua-apclientpp.cpp
@@ -1280,7 +1280,7 @@ static int apclient_LocationScouts(lua_State *L)
1280
{
1281
LuaAPClient *self = LuaAPClient::luaL_checkthis(L, 1);
1282
1283
- bool create_as_hints = false;
+ int create_as_hints = 0;
1284
if (lua_gettop(L) >= 3) {
1285
if (lua_isboolean(L, 3))
1286
create_as_hints = lua_toboolean(L, 3) ? 1 : 0;
0 commit comments