@ -19,8 +19,7 @@ int GetBusPosition()
b = 0;
rail_node_t *p = rails;
a = the_bus->rail_node_pos->id;//指向站点的指针以及这个指针对应的站台id
while(p->id != a)
{
while (p->id != a){
b += p->next_node_distance;
p = p->next_node;
}
The note is not visible to the blocked user.