diff options
Diffstat (limited to 'engines/parallaction/music.cpp')
-rw-r--r-- | engines/parallaction/music.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/music.cpp b/engines/parallaction/music.cpp index 8031f20432..0646ea8764 100644 --- a/engines/parallaction/music.cpp +++ b/engines/parallaction/music.cpp @@ -71,6 +71,7 @@ void playMusic() { _music_command(17, 1, 0, 0); // set source segment _music_command(7, 1, 0, 0); // set source offset and do SOMETHING + // FIXME: casting pointer to uint32 _music_command(2, (uint32)_musicBits, 0, 0); // play _playing = true; |