All speed signals have lost their Heads

Bug #1929879 reported by r.roeterdink
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Open Rails
In Progress
Undecided
r.roeterdink

Bug Description

All signals of type SPEED have lost their SignalHeads, the reference to these heads is not set.

Revision history for this message
r.roeterdink (r-roeterdink) wrote :

For the new processing of speedpost, the method AddWorldInfo was changed in order to separate speedposts from signals.
However, the check on signals was set to "If (signal.isSignal)". Therefor signals of type SPEED were no longer properly processed as this flag is false for this type of signal.
There must be an additional test on signal.isSpeedSignal :

If (signal.isSignal || signal.isSpeedSignal)

Changed in or:
status: New → In Progress
assignee: nobody → r.roeterdink (r-roeterdink)
Revision history for this message
r.roeterdink (r-roeterdink) wrote :

Cancelled

Changed in or:
status: In Progress → Invalid
Revision history for this message
r.roeterdink (r-roeterdink) wrote :

Reopened

Changed in or:
status: Invalid → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.