mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Quickfix: New option "Force turn mode" is always disabled when playing a multiplayer game
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2624 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1531,7 +1531,9 @@ void AddSoldierToSectorGridNo( SOLDIERTYPE *pSoldier, INT16 sGridNo, UINT8 ubDir
|
||||
if ( pSoldier->ubBodyType != BLOODCAT )
|
||||
{
|
||||
SetEnemyPresence( );
|
||||
// arynn : add forced turn mode : note not for bloodcats..
|
||||
// arynn : add forced turn mode : note : not for bloodcats..
|
||||
// arynn : add forced turn mode : note : no forced turn mode option for Multi Player
|
||||
if ( is_networked ) gGameSettings.fOptions[ TOPTION_TOGGLE_TURN_MODE ] = FALSE;
|
||||
if ( gGameSettings.fOptions[ TOPTION_TOGGLE_TURN_MODE ])
|
||||
{
|
||||
ScreenMsg( FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, L"Forced Turn Mode Active, Entering Combat" );
|
||||
|
||||
Reference in New Issue
Block a user