summaryrefslogtreecommitdiff
path: root/src/contest_util.c
diff options
context:
space:
mode:
authorPokeCodec <doremylover456@gmail.com>2020-08-23 18:57:00 -0400
committerPokeCodec <doremylover456@gmail.com>2020-08-23 21:34:31 -0400
commit86a1e8987953cea0b7bba7e5753611f926734f1b (patch)
treebd99f6bd97459af13153ebea5c91429c61a1356e /src/contest_util.c
parent6aee7d38f3f3dcbfea7ce6d6d5ddecce740f9ee9 (diff)
Documentation of unk field
Diffstat (limited to 'src/contest_util.c')
-rw-r--r--src/contest_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest_util.c b/src/contest_util.c
index 00254248f..cfcb7ca3c 100644
--- a/src/contest_util.c
+++ b/src/contest_util.c
@@ -2201,7 +2201,7 @@ static void AddContestTextPrinter(int windowId, u8 *str, int x)
textPrinter.currentY = 2;
textPrinter.letterSpacing = 0;
textPrinter.lineSpacing = 0;
- textPrinter.unk = 0;
+ textPrinter.style = 0;
textPrinter.fgColor = 1;
textPrinter.bgColor = 0;
textPrinter.shadowColor = 8;