omg lua is ruining me

on the other hand, why doesn't MSVC just support "or" to mean "||"?
develop
myk002 2021-06-19 13:51:13 -07:00
parent 59a34c6d17
commit dfc938a99d
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -706,7 +706,7 @@ static void post_process_dug_tiles(color_ostream &out,
flood_unhide(out, pos);
df::tile_occupancy &to = *Maps::getTileOccupancy(pos);
if (to.bits.unit or to.bits.item) {
if (to.bits.unit || to.bits.item) {
DFCoord resting_pos = simulate_fall(pos);
if (resting_pos == pos)
continue;