mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Report soldier ID in DebugMsg when interrupt ends
This commit is contained in:
@@ -1224,11 +1224,11 @@ void EndInterrupt( BOOLEAN fMarkInterruptOccurred )
|
||||
else
|
||||
{
|
||||
ubInterruptedSoldier = LATEST_INTERRUPT_GUY;
|
||||
|
||||
DebugMsg( TOPIC_JA2INTERRUPT, DBG_LEVEL_3, String("INTERRUPT: interrupt over, %d's team regains control", ubInterruptedSoldier ) );
|
||||
|
||||
pSoldier = MercPtrs[ubInterruptedSoldier];
|
||||
|
||||
DebugMsg( TOPIC_JA2INTERRUPT, DBG_LEVEL_3, String("INTERRUPT: interrupt over, soldier %d's team %d regains control", ubInterruptedSoldier, pSoldier->bTeam ) );
|
||||
|
||||
|
||||
cnt = 0;
|
||||
for ( pTempSoldier = MercPtrs[ cnt ]; cnt < MAX_NUM_SOLDIERS; cnt++,pTempSoldier++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user