mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- 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:
@@ -5247,10 +5247,15 @@ BOOLEAN InitializeTEAMPanel( )
|
||||
context sensitive cursor when closing the inventory panel*/
|
||||
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
|
||||
* Isnt it cool
|
||||
* any questions? joker
|
||||
* i moved it
|
||||
* i moved itrk
|
||||
|
||||
*/
|
||||
// InitializeTEAMPanelCoords( );
|
||||
// INit viewport region
|
||||
|
||||
Reference in New Issue
Block a user