forked from electronicarts/CnC_Generals_Zero_Hour
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
InvestigateMinorSeverity: Minor < Major < Critical < BlockerSeverity: Minor < Major < Critical < BlockerRefactorEdits the code with insignificant behavior changes, is never user facingEdits the code with insignificant behavior changes, is never user facing
Description
Local Radar icon list is logically strange if we consider that the local player can change, because Local Radar Objects are determined at the time of the Object creation and never re-classified.
After addressing #2191, perhaps m_localObjectList and m_objectList can be merged into one list, if they are treated the exact same anyway. Otherwise we would need object lists per player.
Metadata
Metadata
Assignees
Labels
InvestigateMinorSeverity: Minor < Major < Critical < BlockerSeverity: Minor < Major < Critical < BlockerRefactorEdits the code with insignificant behavior changes, is never user facingEdits the code with insignificant behavior changes, is never user facing