mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 08:06:38 +03:00
Fixes 2
This commit is contained in:
parent
6af77d8514
commit
5d119cf985
4 changed files with 17 additions and 17 deletions
|
@ -812,7 +812,7 @@ void CMenuManager::Draw()
|
|||
textToPrint[MENUCOLUMN_RIGHT] = TheText.Get(m_PrefsDMA ? "FEM_ON" : "FEM_OFF");
|
||||
break;
|
||||
case MENUACTION_MOUSESTEER:
|
||||
textToPrint[MENUCOLUMN_RIGHT] = TheText.Get(m_bDisableMouseSteering ? "FEM_ON" : "FEM_OFF");
|
||||
textToPrint[MENUCOLUMN_RIGHT] = TheText.Get(m_bDisableMouseSteering ? "FEM_OFF" : "FEM_ON");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue