diff --git a/REDALERT/DISPLAY.CPP b/REDALERT/DISPLAY.CPP index 395c56e..67019f0 100644 --- a/REDALERT/DISPLAY.CPP +++ b/REDALERT/DISPLAY.CPP @@ -1274,6 +1274,10 @@ bool DisplayClass::Scroll_Map(DirType facing, int & distance, bool really) } +// jmarshall - force update the map when we scroll, this fixes the sidebar. + Map.Redraw_Tab(); + Map.Flag_To_Redraw(true); +// jmarshall end return(true); }