If a vehicle costs 21M - 42M, the cast in vehikelbauer have a wrong result. This should be the 'bug' caused the cheat bus. Or is this the intended behaviour? 
Index: bauer/vehikelbauer.cc
===================================================================
--- bauer/vehikelbauer.cc (revision 2589)
+++ bauer/vehikelbauer.cc (working copy)
@@ -164,8 +164,8 @@
dbg->fatal("vehikelbauer_t::baue()", "cannot built a vehicle with waytype %i", vb->get_waytype());
}
- sp->buche(-(sint32)vb->get_preis(), k.get_2d(), COST_NEW_VEHICLE );
- sp->buche( (sint32)vb->get_preis(), COST_****ETS );
+ sp->buche(-(sint64)vb->get_preis(), k.get_2d(), COST_NEW_VEHICLE );
+ sp->buche( (sint64)vb->get_preis(), COST_****ETS );
return v;
}