mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Import changes from the local SVN working copy
This commit is contained in:
@@ -751,7 +751,7 @@ void GoIntoOverheadMap( )
|
||||
// Make sure we are in team panel mode...
|
||||
gfSwitchPanel = TRUE;
|
||||
gbNewPanel = TEAM_PANEL;
|
||||
gubNewPanelParam = (UINT8)gusSelectedSoldier;
|
||||
gubNewPanelParam = gusSelectedSoldier;
|
||||
fInterfacePanelDirty = DIRTYLEVEL2;
|
||||
|
||||
// Disable tactical buttons......
|
||||
@@ -772,7 +772,7 @@ void HandleOverheadUI(void)
|
||||
{
|
||||
INT32 sMousePos = 0;
|
||||
InputAtom InputEvent;
|
||||
UINT8 ubID;
|
||||
UINT16 ubID;
|
||||
|
||||
// CHECK FOR MOUSE OVER REGIONS...
|
||||
if(GetOverheadMouseGridNo(&sMousePos))
|
||||
|
||||
Reference in New Issue
Block a user