mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +02:00
switch from 255 to 0xFF for max volume constant
This commit is contained in:
parent
a37b451993
commit
442d658835
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#include "AudioInjector.h"
|
#include "AudioInjector.h"
|
||||||
|
|
||||||
const int MAX_INJECTOR_VOLUME = 255;
|
const int MAX_INJECTOR_VOLUME = 0xFF;
|
||||||
|
|
||||||
AudioInjector::AudioInjector(const char* filename) :
|
AudioInjector::AudioInjector(const char* filename) :
|
||||||
_position(),
|
_position(),
|
||||||
|
|
Loading…
Reference in a new issue