mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
TINSEL: fixed compilation error
This commit is contained in:
parent
7440778d4c
commit
4b4aef790f
@ -51,7 +51,7 @@ void Tinsel_ADPCMStream::readBufferTinselHeader() {
|
||||
// Truncate
|
||||
start &= 0x1F;
|
||||
|
||||
_status.predictor = ((double) 1.0) / ((uuint64)1 << start);
|
||||
_status.predictor = ((double) 1.0) / ((uint64)1 << start);
|
||||
}
|
||||
|
||||
_status.K0 = TinselFilterTable[filterVal][0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user