Speed limits to low in Freeway example program
The "Freeway" example program is showing its age, by having the maximum speed limit (and default) be 55 MPH. Most highway speed limits in the U.S. were increased to 65 MPH in 1995, and some are as high as 80 MPH. The following Wikipedia page contains good info:
http://en.wikipedia.org/wiki/Speed_limits_in_the_United_States.
The lines of code impacted are:
callbacks.cc:158
traffic.cc:645, 1064, 1354, 1355
window_ui.h:106
window_ui.cc:885
I won't even begin to mention how non-internationalized this is. (km per hour?)
Jordan
P.S. Sorry I couldn't resist -- if it isn't obvious, this post is really in jest.

