From 94b846e021d1194a8831160e0401dabb44a0462e Mon Sep 17 00:00:00 2001 From: rftrdev <102184004+rftrdev@users.noreply.github.com> Date: Sat, 29 Oct 2022 01:27:53 -0700 Subject: [PATCH] Simplify merc returning from mission prep --- Strategic/Rebel Command.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Strategic/Rebel Command.cpp b/Strategic/Rebel Command.cpp index 9ffab43f..7fad1414 100644 --- a/Strategic/Rebel Command.cpp +++ b/Strategic/Rebel Command.cpp @@ -4970,8 +4970,6 @@ void HandleStrategicEvent(const UINT32 eventParam) { // merc ready for reassignment pSoldier->bSectorZ -= REBEL_COMMAND_Z_OFFSET; - pSoldier->ubInsertionDirection = DIRECTION_IRRELEVANT; - pSoldier->ubStrategicInsertionCode = INSERTION_CODE_CENTER; AssignmentDone(pSoldier, TRUE, FALSE); AddCharacterToAnySquad(pSoldier); break;