SetUIBusy() & UnSetUIBusy() to SoldierID

This commit is contained in:
Asdow
2024-11-17 11:15:39 +02:00
parent ab94d33bec
commit 30e6b9008c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6708,7 +6708,7 @@ BOOLEAN HandleTalkInit( )
void SetUIBusy( UINT16 ubID )
void SetUIBusy( SoldierID ubID )
{
if ( (gTacticalStatus.uiFlags & INCOMBAT ) && ( gTacticalStatus.uiFlags & TURNBASED ) && ( gTacticalStatus.ubCurrentTeam == gbPlayerNum ) )
{
@@ -6720,7 +6720,7 @@ void SetUIBusy( UINT16 ubID )
}
}
void UnSetUIBusy( UINT16 ubID )
void UnSetUIBusy( SoldierID ubID )
{
if ( gfUserTurnRegionActive && (gTacticalStatus.uiFlags & INCOMBAT ) && ( gTacticalStatus.uiFlags & TURNBASED ) && ( gTacticalStatus.ubCurrentTeam == gbPlayerNum ) )
{
+2 -2
View File
@@ -341,8 +341,8 @@ BOOLEAN HandleTalkInit( );
BOOLEAN HandleCheckForExitArrowsInput( BOOLEAN fAdjustForConfirm );
void SetUIBusy( UINT16 ubID );
void UnSetUIBusy( UINT16 ubID );
void SetUIBusy( SoldierID ubID );
void UnSetUIBusy( SoldierID ubID );
UINT32 UIHandleLUIEndLock( UI_EVENT *pUIEvent );