mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Fixed build with NO_OPENAL defined
https://mantis.zdoom.org/view.php?id=596
This commit is contained in:
parent
1d84b28fc2
commit
8db239d34f
1 changed files with 4 additions and 2 deletions
|
@ -122,6 +122,10 @@ void I_BuildALDeviceList(FOptionValues *opt)
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
ReverbContainer *ForcedEnvironment;
|
||||
|
||||
|
||||
#ifndef NO_OPENAL
|
||||
|
||||
|
||||
|
@ -630,8 +634,6 @@ public:
|
|||
};
|
||||
|
||||
|
||||
ReverbContainer *ForcedEnvironment;
|
||||
|
||||
#define AREA_SOUND_RADIUS (32.f)
|
||||
|
||||
#define PITCH_MULT (0.7937005f) /* Approx. 4 semitones lower; what Nash suggested */
|
||||
|
|
Loading…
Reference in a new issue