mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user