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:
Flugente
2018-03-10 17:59:52 +00:00
parent c0d77f79c7
commit 6b040c0eba
+2 -12
View File
@@ -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