diff --git a/simulate/simulate.h b/simulate/simulate.h index 0ba1027b..851002a5 100644 --- a/simulate/simulate.h +++ b/simulate/simulate.h @@ -179,7 +179,7 @@ class Simulate { char previous_filename[kMaxFilenameLength] = ""; // time synchronization - int real_time_index; + int real_time_index = 0; bool speed_changed = true; float measured_slowdown = 1.0; // logarithmically spaced realtime slow-down coefficients (percent)