ctrl: display default menus on xash3d
This commit is contained in:
parent
690d09a5d7
commit
e24db4c27d
1 changed files with 0 additions and 5 deletions
|
|
@ -1872,11 +1872,6 @@ bool BotControl::executeMenus () {
|
|||
void BotControl::showMenu (int id) {
|
||||
static bool menusParsed = false;
|
||||
|
||||
// xash doesn't show anything useful when menus translated by now, so disable translation for menus on xash3d
|
||||
if (game.is (GameFlags::Xash3D)) {
|
||||
menusParsed = true;
|
||||
}
|
||||
|
||||
// make menus looks like we need only once
|
||||
if (!menusParsed) {
|
||||
m_ignoreTranslate = false; // always translate menus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue