Codechange: Remove write-only spec_id from RoadStopSpec. (#12582)
Comment is incorrect about its value too. (cherry picked from commit 72c55128d2129f824a60a35fb5aa601409af4a3d)
This commit is contained in:
committed by
Jonathan G Rennison
parent
991b7a958e
commit
96ddabb30c
@@ -5145,7 +5145,6 @@ static ChangeInfoResult RoadStopChangeInfo(uint id, int numinfo, int prop, const
|
||||
|
||||
uint32_t classid = buf->ReadDWord();
|
||||
rs->cls_id = RoadStopClass::Allocate(BSWAP32(classid));
|
||||
rs->spec_id = id + i;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user