mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Bugfix: Problems with refreshing fast help text in mapscreen (by jones bearpit)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2825 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -208,6 +208,11 @@ INT32 iTempX, iTempY;
|
||||
//{
|
||||
// return(-1 );
|
||||
//}
|
||||
//only time this shoudl be true is tactical..fix for games saved in broken state
|
||||
extern UINT32 guiTacticalInterfaceFlags;
|
||||
if (guiTacticalInterfaceFlags & 0x00000001)
|
||||
if(gDirtyClipRect.iBottom < SCREEN_HEIGHT)
|
||||
gDirtyClipRect.iBottom = SCREEN_HEIGHT;
|
||||
|
||||
ClipX1= gDirtyClipRect.iLeft;
|
||||
ClipY1= gDirtyClipRect.iTop;
|
||||
|
||||
Reference in New Issue
Block a user