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.

[673 byte] By [jslotta] at [2007-11-27 2:54:37]
# 1
Amidst all the angst of getting a product out the door this really made my day.
IvanIgorovicha at 2007-7-12 3:30:36 > top of Java-index,Development Tools,Solaris and Linux Development Tools...