fixed a possible infinite loop in ClientEnvironment (dtime counter getting so small...
authorPerttu Ahola <celeron55@gmail.com>
Thu, 24 Feb 2011 16:25:19 +0000 (18:25 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Thu, 24 Feb 2011 16:25:19 +0000 (18:25 +0200)
commitec3cb2d1d75aa9dd33360037ccfccbb32c854642
tree8b145438a5559b1cf7c51e9a0185ba1247550519
parent9f859d838937136703b3e5993f4148ef93b459e9
fixed a possible infinite loop in ClientEnvironment (dtime counter getting so small that it doesn't increment the value)
src/environment.cpp
src/main.cpp