mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Fix: mobile militia no longer moves
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7013 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1550,7 +1550,7 @@ void UpdateMilitiaSquads(INT16 sMapX, INT16 sMapY )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Flugente: if we can order militia directly, don't have them wander around at random
|
// Flugente: if we can order militia directly, don't have them wander around at random
|
||||||
if ( !MercStaffsMilitaryHQ() )
|
if ( MercStaffsMilitaryHQ() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// HEADROCK HAM B2.7: If INI flag is set, allow militia to move out of Minor City sectors (Orta, Tixa, San Mona, etc).
|
// HEADROCK HAM B2.7: If INI flag is set, allow militia to move out of Minor City sectors (Orta, Tixa, San Mona, etc).
|
||||||
|
|||||||
Reference in New Issue
Block a user