Hi
When trying to build a version where city-cars would have destinations (to see if it would give an interesting experience during play) the compilation failed with the following message:
simcity.cc: In member function ‘void stadt_t::step_passagiere()’:
simcity.cc:1905:27: error: ‘start_halt’ was not declared in this scope
generate_private_cars(start_halt->get_basis_pos(), step_count, ziel);
^~~~~~~~~~
simcity.cc:1905:68: error: ‘ziel’ was not declared in this scope
generate_private_cars(start_halt->get_basis_pos(), step_count, ziel);
^~~~
simcity.cc:1974:68: error: ‘ziel’ was not declared in this scope
generate_private_cars(start_halt->get_basis_pos(), step_count, ziel);
^~~~
simcity.cc:2152:25: error: ‘k’ was not declared in this scope
generate_private_cars(k, step_count, ziel);
^
common.mk:50: recipe for target 'build/sdl2/simcity.o' failed
make: *** [build/sdl2/simcity.o] Error 1
Unfortunately i am too unfamiliar with the code to have a clue what the intended starting/ending position is supposed to be.