mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Merged from revision: 6949
- Multiplayer: Only output the notification info message about stucking enemy in a CO-OP game! git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6950 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2313,7 +2313,8 @@ void DoneAddingToIntList( SOLDIERTYPE * pSoldier, BOOLEAN fChange, UINT8 ubInter
|
||||
#ifdef INTERRUPT_MP_DEADLOCK_FIX
|
||||
// Do nothing
|
||||
#else
|
||||
ScreenMsg( FONT_MCOLOR_LTRED, MSG_INTERFACE, MPClientMessage[79]);
|
||||
if (cGameType == MP_TYPE_COOP)
|
||||
ScreenMsg( FONT_MCOLOR_LTRED, MSG_INTERFACE, MPClientMessage[79]);
|
||||
#endif
|
||||
|
||||
send_interrupt( npSoldier );
|
||||
|
||||
Reference in New Issue
Block a user