Openra: Target lines need an overhaul

Created on 12 Sep 2016  路  1Comment  路  Source: OpenRA/OpenRA

Most of the SetTargetLine calls are currently done from trait code, which means that when you're queuing commands, the last command overrides all the previous target lines and becomes the only one visible.

A solution would be to instead call SetTargetLine when an activity is about to run for the first time.

Bug Refactor

Most helpful comment

I've been pushing in #11998 and earlier PRs to kill SetTargetLine completely, and get this info from the activities themselves.

>All comments

I've been pushing in #11998 and earlier PRs to kill SetTargetLine completely, and get this info from the activities themselves.

Was this page helpful?
0 / 5 - 0 ratings