Missing newline

This commit is contained in:
AJ Martinez 2024-03-04 01:20:16 -07:00
parent 14beff2f55
commit 5178dee5a3

View file

@ -702,4 +702,4 @@ Obj_GardenTopPlayerNeedsHelp (const mobj_t *top)
if (top && top_mode(top) != TOP_ANCHORED)
return false;
return top ? (top_helpme(top) || top_lifetime(top) < 3*TICRATE) : false;
}
}