diff --git a/Strategic/PreBattle Interface.cpp b/Strategic/PreBattle Interface.cpp index 960d07e7..f7cfe619 100644 --- a/Strategic/PreBattle Interface.cpp +++ b/Strategic/PreBattle Interface.cpp @@ -1511,7 +1511,7 @@ void RetreatMercsCallback( GUI_BUTTON *btn, INT32 reason ) } //Warp time by 5 minutes so that player can't just go back into the sector he left. - WarpGameTime( 300, WARPTIME_NO_PROCESSING_OF_EVENTS ); + //WarpGameTime( 300, WARPTIME_NO_PROCESSING_OF_EVENTS ); ResetMovementForEnemyGroupsInLocation( gubPBSectorX, gubPBSectorY ); btn->uiFlags &= ~BUTTON_CLICKED_ON;