ref: 5becfc25034414f61b3c625f728c61f694b8d4e4
parent: de2d60828c09de9e0d7b6f2c24c92d828a0a5fe3
author: Rohit Nirmal <[email protected]>
date: Mon Mar 30 19:06:25 EDT 2015
64-bit: Sounds now (mostly) play correctly.
--- a/Game/src/audiolib/_multivc.h
+++ b/Game/src/audiolib/_multivc.h
@@ -113,7 +113,7 @@
uint8_t *sound;
unsigned long length;
- unsigned long SamplingRate;
+ uint32_t SamplingRate;
unsigned long RateScale;
unsigned long position;
int Playing;