From 4f575c8dc4779d1756486322fc1e7bcf0875506e Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Mon, 23 Oct 2017 19:48:59 -0400 Subject: oops --- src/field/berry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/field/berry.c b/src/field/berry.c index 7482c3f4d..64e2905a8 100644 --- a/src/field/berry.c +++ b/src/field/berry.c @@ -1136,7 +1136,7 @@ void ClearBerryTrees(void) // when the player does not interact with the tree for a period of time, this is called to advance the grow state. static bool32 BerryTreeGrow(struct BerryTree *tree) { - if (tree->growthSparkle != FALSE) + if (tree->growthSparkle) return FALSE; switch (tree->stage) { -- cgit v1.2.3