From d5f47fb8a3ced082b8350089cbdc23470e7f2400 Mon Sep 17 00:00:00 2001 From: Flugente Date: Tue, 5 Mar 2013 01:21:23 +0000 Subject: [PATCH] Fix: removed test hack git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5896 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Tactical/Soldier Init List.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tactical/Soldier Init List.cpp b/Tactical/Soldier Init List.cpp index 44fa1b8d..cc66c12c 100644 --- a/Tactical/Soldier Init List.cpp +++ b/Tactical/Soldier Init List.cpp @@ -2820,9 +2820,6 @@ void SectorAddPrisonersofWar( INT16 sMapX, INT16 sMapY, INT16 sMapZ ) // only continue if there are prisoners in this sector that need to be placed UINT32 numprisoners = pSector->uiNumberOfPrisonersOfWar; - - numprisoners = 30; - if ( !numprisoners ) return;