mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 20:55:19 +00:00
MORTEVIELLE: Fix glitch in constant name. Thanks to LordHoto for pointing it out
This commit is contained in:
parent
4c3b2d3f54
commit
0e8491b162
@ -43,7 +43,7 @@ const int kAdrWord = 0x4000;
|
||||
const int kOffsetB1 = 6;
|
||||
const int kOffsetB3 = 6;
|
||||
|
||||
const float freq0 = 1.19318e6;
|
||||
const float kfreq0 = 1.19318e6;
|
||||
const int kNullValue = 255;
|
||||
const int kTempoMusic = 71;
|
||||
const int kTempoNoise = 78;
|
||||
|
Loading…
Reference in New Issue
Block a user