mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix: deleted outdated setting
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8543 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -930,18 +930,8 @@ BOOLEAN CheckStandardConditionsForDirection( INT16 sSMapX, INT16 sSMapY, INT16 s
|
||||
// Test for Wilderness/Minor -> Minor
|
||||
else if (fTargetIsMinorTown)
|
||||
{
|
||||
// Is allowed by INI?
|
||||
if (gGameExternalOptions.fAllowMilitiaMoveThroughMinorCities &&
|
||||
pTargetSector->fSurfaceWasEverPlayerControlled ) // Have we visited this sector before?
|
||||
{
|
||||
// Fine then. Works the same as wilderness->wilderness.
|
||||
fCanSimpleMove = TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
// Movement through Minor Cities isn't allowed.
|
||||
fCanSimpleMove = FALSE;
|
||||
}
|
||||
// Movement through Minor Cities isn't allowed.
|
||||
fCanSimpleMove = FALSE;
|
||||
}
|
||||
// Wilderness/Minor -> Wilderness
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user