summaryrefslogtreecommitdiff
path: root/src/contest_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contest_util.c')
-rw-r--r--src/contest_util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/contest_util.c b/src/contest_util.c
index 34db5a975..f4c3c2e1c 100644
--- a/src/contest_util.c
+++ b/src/contest_util.c
@@ -113,8 +113,7 @@ void ShouldReadyContestArtist(void)
{
if(!gContestFinalStandings[gContestPlayerMonIndex]
&& gSpecialVar_ContestRank == CONTEST_RANK_MASTER
- &&
- gContestMonTotalPoints[gContestPlayerMonIndex] >= 800)
+ && gContestMonTotalPoints[gContestPlayerMonIndex] >= 800)
{
gSpecialVar_0x8004 = TRUE;
}