Corregit un fallo amagat baix un ifdef ARCADE. Ja he posat que estiga definit per defecte pa que no torne a passar
This commit is contained in:
@@ -39,7 +39,7 @@ namespace globalInputs
|
||||
else
|
||||
{
|
||||
#ifdef ARCADE
|
||||
const int index = code == section::Options::QUIT_NORMAL ? 94 : 116;
|
||||
const int index = code == section::Options::QUIT_WITH_CONTROLLER ? 116 : 94;
|
||||
Notifier::get()->showText(lang::getText(index), std::string(), -1, exit_code);
|
||||
#else
|
||||
Notifier::get()->showText(lang::getText(94), std::string(), -1, exit_code);
|
||||
|
||||
Reference in New Issue
Block a user