Skip to content

Commit

Permalink
Don't sync squads variables
Browse files Browse the repository at this point in the history
  • Loading branch information
axatin authored and RecursiveVision committed Jun 21, 2024
1 parent 83873f9 commit a00756c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CvGameCoreDLL_Expansion2/CvUnit.h
Original file line number Diff line number Diff line change
Expand Up @@ -2489,10 +2489,6 @@ SYNC_ARCHIVE_VAR(bool, m_bIsGrouped)
SYNC_ARCHIVE_VAR(int, m_iLinkedMaxMoves)
SYNC_ARCHIVE_VAR(UnitIdContainer, m_LinkedUnitIDs)
SYNC_ARCHIVE_VAR(int, m_iLinkedLeaderID)
SYNC_ARCHIVE_VAR(int, m_iSquadNumber)
SYNC_ARCHIVE_VAR(int, m_SquadEndMovementType)
SYNC_ARCHIVE_VAR(int, m_iSquadDestinationX)
SYNC_ARCHIVE_VAR(int, m_iSquadDestinationY)
SYNC_ARCHIVE_VAR(int, m_iArmyId)
SYNC_ARCHIVE_VAR(int, m_iBaseCombat)
SYNC_ARCHIVE_VAR(int, m_iBaseRangedCombat)
Expand Down

0 comments on commit a00756c

Please sign in to comment.