1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-04 16:15:35 +00:00

Silence the compiler.

This commit is contained in:
Jan Borsodi 2010-09-15 13:16:54 +02:00
parent b037780a7d
commit 869bc4d084

View file

@ -128,8 +128,8 @@ void WindowManager::updateVisible()
int eff = shown & allowed;
// Show the windows we want
map -> setVisible( eff & GW_Map );
stats -> setVisible( eff & GW_Stats );
map -> setVisible( (eff & GW_Map) != 0 );
stats -> setVisible( (eff & GW_Stats) != 0 );
#if 0
// inventory -> setVisible( eff & GW_Inventory );
#endif