1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-06 13:16:52 +02:00

minor changes

This commit is contained in:
XProger
2020-03-25 05:29:57 +03:00
parent ec65aa9439
commit b50d07c2cb

View File

@@ -181,7 +181,7 @@ namespace Sound {
#define R(x) int32(preset.##x) #define R(x) int32(preset.##x)
#define V(x) value(R(x)) #define V(x) value(R(x))
#define D(a,b) value(preset.##a - preset.##b) #define D(a,b) value(R(a) - R(b))
#define C(a) clamp(a, -0x8000, 0x7FFF) #define C(a) clamp(a, -0x8000, 0x7FFF)
void process(FrameHI *frames, int count) { void process(FrameHI *frames, int count) {