- Bugfix: After starting a new game with high screen resolution (> 1024x768) and reaching the tactical screen the first time, the loadscreen image was still visible in the lower left part of the tactical interface panel

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5881 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-02-28 09:12:12 +00:00
parent 8e909f12fc
commit a018e77323
+6 -1
View File
@@ -5247,10 +5247,15 @@ BOOLEAN InitializeTEAMPanel( )
context sensitive cursor when closing the inventory panel*/ context sensitive cursor when closing the inventory panel*/
fDisplayOverheadMap = TRUE; fDisplayOverheadMap = TRUE;
// WANNE: Make a black background color for the whole screen
ColorFillVideoSurfaceArea( FRAME_BUFFER, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, Get16BPPColor( FROMRGB( 0, 0, 0 ) ) );
/* OK i need to initialize coords here /* OK i need to initialize coords here
* Isnt it cool * Isnt it cool
* any questions? joker * any questions? joker
* i moved it * i moved itrk
*/ */
// InitializeTEAMPanelCoords( ); // InitializeTEAMPanelCoords( );
// INit viewport region // INit viewport region