News:

Simutrans Wiki Manual
The official on-line manual for Simutrans. Read and contribute.

r2130 - Airplane stuck when change line

Started by z9999, November 21, 2008, 08:15:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

z9999

simutrans r2130 GDI

When I change a line of airplane,  airplane keep reserving tiles and stuck.

How to reproduce:
1. Load attached game
2. Open line window and change stop position and close

z9999

#1
Thank you. Reservation problem was solved, but stuck is still happen.
Reloading game doesn't solve stuck. (air_stucked.sve)

Similar stuck happens if one start two airplane from depot.
When they overlapped each other, both of them stuck. (start_and_stuck.sve)

prissi

SVN is not working. But changing the following line will solve it.

simvehikel.cc: 3057

if(route_index<takeoff  &&  route_index>1  &&  takeoff<cnv->get_route()->gib_max_n())

z9999