diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-27 00:53:07 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-27 00:53:07 +0200 |
commit | b252bd029279b6f28518c59df1ba03caf44d756f (patch) | |
tree | 447dc029875826625c2c565798785065e88bf848 /src/mail.c | |
parent | 2778e9ad3dc249eb4cce84be3ac1dfcc7ab850d5 (diff) |
Window priority to window bg
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c index 3c12bed3f..513900746 100644 --- a/src/mail.c +++ b/src/mail.c @@ -146,7 +146,7 @@ static const struct BgTemplate sUnknown_0859F290[] = { static const struct WindowTemplate sUnknown_0859F29C[] = { { - .priority = 0, + .bg = 0, .tilemapLeft = 2, .tilemapTop = 3, .width = 26, |