t->warp = current_options.get_time_offset();
t->warp_delta = 0;
+
+ t->pause = 0;
}
// $Log$
+// Revision 1.12 1998/07/27 18:42:22 curt
+// Added a pause option.
+//
// Revision 1.11 1998/07/22 21:45:37 curt
// fg_time.cxx: Removed call to ctime() in a printf() which should be harmless
// but seems to be triggering a bug.
// How much to change the value of warp each iteration. Allows us
// to make time progress faster than normal.
long int warp_delta;
+
+ // Paused (0 = no, 1 = yes)
+ int pause;
} fgTIME;
extern fgTIME cur_time_params;
// $Log$
+// Revision 1.6 1998/07/27 18:42:22 curt
+// Added a pause option.
+//
// Revision 1.5 1998/05/22 21:14:54 curt
// Rewrote event.cxx in C++ as a class using STL for the internal event list
// and run queue this removes the arbitrary list sizes and makes things much