diff --git a/JA2.suo b/JA2.suo index 355a3236..91f30aba 100644 Binary files a/JA2.suo and b/JA2.suo differ diff --git a/Tactical/Interface Dialogue.cpp b/Tactical/Interface Dialogue.cpp index 85a428d6..e0e7fcab 100644 --- a/Tactical/Interface Dialogue.cpp +++ b/Tactical/Interface Dialogue.cpp @@ -4359,7 +4359,9 @@ BOOLEAN PlayerTeamHasTwoSpotsLeft( ) } } - if ( uiCount <= (UINT32) (gTacticalStatus.Team[ gbPlayerNum ].bLastID - 2) - 2 ) + // WANNE + //if ( uiCount <= (UINT32) (gTacticalStatus.Team[ gbPlayerNum ].bLastID - 2) - 2 ) + if ( uiCount <= (18 - 2) ) { return( TRUE ); }