summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/cmf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/cmf.cpp')
-rw-r--r--plugins/adplug/adplug/cmf.cpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/adplug/adplug/cmf.cpp b/plugins/adplug/adplug/cmf.cpp
index cd3d8006..580b6df3 100644
--- a/plugins/adplug/adplug/cmf.cpp
+++ b/plugins/adplug/adplug/cmf.cpp
@@ -281,14 +281,18 @@ bool CcmfPlayer::update()
break;
}
case 0xF1: // MIDI Time Code Quarter Frame
- this->data[this->iPlayPointer++]; // message data (ignored)
+ this->iPlayPointer++;
+ //this->data[this->iPlayPointer++]; // message data (ignored)
break;
case 0xF2: // Song position pointer
- this->data[this->iPlayPointer++]; // message data (ignored)
- this->data[this->iPlayPointer++];
+ this->iPlayPointer++;
+ this->iPlayPointer++;
+// this->data[this->iPlayPointer++]; // message data (ignored)
+// this->data[this->iPlayPointer++];
break;
case 0xF3: // Song select
- this->data[this->iPlayPointer++]; // message data (ignored)
+ this->iPlayPointer++;
+// this->data[this->iPlayPointer++]; // message data (ignored)
AdPlug_LogWrite("CMF: MIDI Song Select is not implemented.\n");
break;
case 0xF6: // Tune request