small fix for code that is actually unused, but no harm fixing it if ever added

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9129 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Shadooow
2021-07-06 20:33:08 +00:00
parent d6f07a7ef5
commit 814bce8b56
+2
View File
@@ -6132,6 +6132,7 @@ void TestMeanWhile( INT32 iID )
if ( iID == INTERROGATION )
{
UINT8 numPrisoners = 0;
MeanwhileDef.sSectorX = gModSettings.ubMeanwhileInterrogatePOWSectorX; //7
MeanwhileDef.sSectorY = gModSettings.ubMeanwhileInterrogatePOWSectorY; //14
@@ -6149,6 +6150,7 @@ void TestMeanWhile( INT32 iID )
pSoldier->sSectorX = gModSettings.ubMeanwhileInterrogatePOWSectorX; //7
pSoldier->sSectorY = gModSettings.ubMeanwhileInterrogatePOWSectorY; //14
if (++numPrisoners > 2) break;
}
}
}