- Arreglats un montó de warnings per lo mon
@@ -651,9 +651,7 @@ extern "C" {
static int cpp_playchirp(lua_State *L) {
const char* str = luaL_checkstring(L, 1);
bool value = false;
if (lua_gettop(L) > 1) value = lua_toboolean(L, 2);
playchirp(str, value);
playchirp(str);
return 0;
}
The note is not visible to the blocked user.