From da68b78d315f8ff5430819c05fa3d1224e671eab Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 28 Feb 2017 17:25:23 +0300 Subject: Change long double into double because of no necessary for it --- src/adlmidi.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/adlmidi.h') diff --git a/src/adlmidi.h b/src/adlmidi.h index 0a4ed91..89e853f 100644 --- a/src/adlmidi.h +++ b/src/adlmidi.h @@ -52,13 +52,13 @@ struct ADL_MIDIPlayer unsigned int SkipForward; unsigned int QuitWithoutLooping; unsigned int ScaleModulators; - long double delay; - long double carry; + double delay; + double carry; /* The lag between visual content and audio content equals */ /* the sum of these two buffers. */ - long double mindelay; - long double maxdelay; + double mindelay; + double maxdelay; /* For internal usage */ int stored_samples; /* num of collected samples */ -- cgit v1.2.3