mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 12:39:42 +00:00
Removed race dialog activation from the inventory mode for real this time.
This commit is contained in:
parent
ae4d5291b2
commit
fb0f8d9386
1 changed files with 0 additions and 3 deletions
|
@ -110,9 +110,6 @@ void WindowManager::updateVisible()
|
||||||
map -> setVisible( eff & GW_Map );
|
map -> setVisible( eff & GW_Map );
|
||||||
stats -> setVisible( eff & GW_Stats );
|
stats -> setVisible( eff & GW_Stats );
|
||||||
// inventory -> setVisible( eff & GW_Inventory );
|
// inventory -> setVisible( eff & GW_Inventory );
|
||||||
|
|
||||||
// Temporary, displays character generator dialogs when displaying inventory
|
|
||||||
raceDialog -> setVisible( true );
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue