Skip to content

Conversation

@xezon
Copy link

@xezon xezon commented Dec 21, 2025

@xezon xezon added Minor Severity: Minor < Major < Critical < Blocker ThisProject The issue was introduced by this project, or this task is specific to this project Fix Is fixing something, but is not user facing labels Dec 21, 2025
// For retail game compatibility, this transfers the loaded visual laser radius
// settings from the Drawable's LaserUpdate to the local LaserRadiusUpdate.
if( m_orbitToTargetBeamID != INVALID_DRAWABLE_ID )
if (m_xferVersion <= 3)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here I replaced

#if RETAIL_COMPATIBLE_XFER_SAVE with if (m_xferVersion <= 3)

because it makes no sense to only do this load correction when RETAIL_COMPATIBLE_XFER_SAVE is compiled in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Fix Is fixing something, but is not user facing Minor Severity: Minor < Major < Critical < Blocker ThisProject The issue was introduced by this project, or this task is specific to this project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant