mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-04 01:10:17 -05:00
config: use enum classes
This commit is contained in:
@@ -79,7 +79,7 @@ void Window::Init()
|
||||
{
|
||||
/* TODO: move this since it'll have to change
|
||||
on soft reboot from the options menu. */
|
||||
auto title = Config::Language == ELanguage_Japanese
|
||||
auto title = Config::Language == Language::Japanese
|
||||
? "Sonic World Adventure"
|
||||
: "SONIC UNLEASHED";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user