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 /include/window.h | |
parent | 2778e9ad3dc249eb4cce84be3ac1dfcc7ab850d5 (diff) |
Window priority to window bg
Diffstat (limited to 'include/window.h')
-rw-r--r-- | include/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/window.h b/include/window.h index 29fdf8833..692ca1d81 100644 --- a/include/window.h +++ b/include/window.h @@ -3,7 +3,7 @@ enum { - WINDOW_PRIORITY, + WINDOW_BG, WINDOW_TILEMAP_LEFT, WINDOW_TILEMAP_TOP, WINDOW_WIDTH, @@ -15,7 +15,7 @@ enum struct WindowTemplate { - u8 priority; + u8 bg; u8 tilemapLeft; u8 tilemapTop; u8 width; |