From d8872399290ff9f97bd096c403cf1dbc803c4f83 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 30 Jul 1998 23:48:54 +0000 Subject: [PATCH] Sgi build tweaks. Pause support. --- Time/event.hxx | 6 +++++- Time/fg_time.cxx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Time/event.hxx b/Time/event.hxx index c98db9fdd..4ee67b18d 100644 --- a/Time/event.hxx +++ b/Time/event.hxx @@ -31,7 +31,7 @@ #endif -#if defined ( __sun__ ) +#if defined ( __sun__ ) || defined ( __sgi ) extern "C" void *memmove(void *, const void *, size_t); extern "C" void *memset(void *, int, size_t); #endif @@ -125,6 +125,10 @@ extern fgEVENT_MGR global_events; // $Log$ +// Revision 1.7 1998/07/30 23:48:54 curt +// Sgi build tweaks. +// Pause support. +// // Revision 1.6 1998/07/24 21:42:25 curt // Output message tweaks. // diff --git a/Time/fg_time.cxx b/Time/fg_time.cxx index da6377dd1..5d8bf5f36 100644 --- a/Time/fg_time.cxx +++ b/Time/fg_time.cxx @@ -73,7 +73,7 @@ void fgTimeInit(fgTIME *t) { t->warp = current_options.get_time_offset(); t->warp_delta = 0; - t->pause = 0; + t->pause = current_options.get_pause(); } @@ -411,6 +411,10 @@ void fgTimeUpdate(fgFLIGHT *f, fgTIME *t) { // $Log$ +// Revision 1.13 1998/07/30 23:48:55 curt +// Sgi build tweaks. +// Pause support. +// // Revision 1.12 1998/07/27 18:42:22 curt // Added a pause option. // -- 2.39.2