1
0
Fork 0

Sgi build tweaks.

Pause support.
This commit is contained in:
curt 1998-07-30 23:48:54 +00:00
parent e81eeba64f
commit d887239929
2 changed files with 10 additions and 2 deletions

View file

@ -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.
//

View file

@ -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.
//