mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Fix: on various actions in the strategic screen (open inventory, dynamic dialogue) the message list is turned on and off
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8223 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -10464,7 +10464,7 @@ void BlitBackgroundToSaveBuffer( void )
|
||||
// Headrock: Moved the following line here from the marker below, so that the Inventory Bottom panel
|
||||
// renders underneath the character info panel (and so doesn't truncate the large open inventory). We may
|
||||
// need to put TRUE here if there's any problem, but I doubt it.
|
||||
RenderMapScreenInterfaceBottom( FALSE );
|
||||
RenderMapScreenInterfaceBottom( TRUE );
|
||||
|
||||
if( fDisableDueToBattleRoster == FALSE )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user