switch from 255 to 0xFF for max volume constant

This commit is contained in:
Stephen Birarda 2013-05-16 14:10:48 -07:00
parent a37b451993
commit 442d658835

View file

@ -15,7 +15,7 @@
#include "AudioInjector.h"
const int MAX_INJECTOR_VOLUME = 255;
const int MAX_INJECTOR_VOLUME = 0xFF;
AudioInjector::AudioInjector(const char* filename) :
_position(),