mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Redraw inventory panel when changing selected merc in strategic view (#127)
This commit is contained in:
@@ -266,7 +266,7 @@ void HandleLoadOfMapBottomGraphics( void )
|
||||
{
|
||||
FilenameForBPP( "INTERFACE\\map_screen_bottom.sti", VObjectDesc.ImageFile );
|
||||
}
|
||||
else if (iResolution == _1280x720)
|
||||
else if (isWidescreenUI())
|
||||
{
|
||||
FilenameForBPP("INTERFACE\\map_screen_bottom_1280x720.sti", VObjectDesc.ImageFile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user