diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-04-04 12:44:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 12:44:18 -0500 |
commit | e476a6d02d88cb467b7e1d7f8c5b06af7438d738 (patch) | |
tree | 6eef30b7af72317ada201bc28ca8adc643a68b35 /include | |
parent | 4fadbaf16153c0160f6ad38dc0053e7ff6db7472 (diff) | |
parent | 6566a49bebc877e742f8ee325dd659879afe63f3 (diff) |
Merge pull request #624 from Wyrserth/master
Use constants for naming screen's pages
Diffstat (limited to 'include')
-rw-r--r-- | include/naming_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/naming_screen.h b/include/naming_screen.h index b04cb19b6..611f53ef2 100644 --- a/include/naming_screen.h +++ b/include/naming_screen.h @@ -59,9 +59,9 @@ struct NamingScreenData { enum { + PAGE_OTHERS, PAGE_UPPER, PAGE_LOWER, - PAGE_OTHERS, }; enum |