mumble/plugins/se
Davide Beatrici 5cbd01f984 FIX(positional-audio): Fix Source Engine plugin using wrong player ID on Linux
The code was retrieving the wrong offset (GetLocalClient).

As a result, peek() always returned 0 and the player ID was always 1.

The plugin appeared to be working fine because the player ID is always 1 when playing locally.
2020-11-09 06:32:15 +01:00
..
client.h FIX(positional-audio): Fix Source Engine plugin using wrong player ID on Linux 2020-11-09 06:32:15 +01:00
CMakeLists.txt REFAC(positional-audio): Proper functions/classes for module-related operations 2020-11-06 21:37:06 +01:00
common.h REFAC(plugins): Use new C++ classes in Source Engine plugin 2020-10-28 19:27:01 +01:00
engine.h REFAC(plugins): Use new C++ classes in Source Engine plugin 2020-10-28 19:27:01 +01:00
se.cpp REFAC(positional-audio): Proper functions/classes for module-related operations 2020-11-06 21:37:06 +01:00