diff --git a/src/objects/gardentop.c b/src/objects/gardentop.c index 7772b1220..c3b6b5e77 100644 --- a/src/objects/gardentop.c +++ b/src/objects/gardentop.c @@ -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; -} \ No newline at end of file +}