aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/music.h')
-rw-r--r--engines/draci/music.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/draci/music.h b/engines/draci/music.h
index 06ecde5d37..0db062d73b 100644
--- a/engines/draci/music.h
+++ b/engines/draci/music.h
@@ -59,7 +59,7 @@ public:
void setGM(bool isGM) { _isGM = isGM; }
- //MidiDriver interface implementation
+ // MidiDriver interface implementation
int open();
void close();
void send(uint32 b);
@@ -67,11 +67,11 @@ public:
void metaEvent(byte type, byte *data, uint16 length);
void setTimerCallback(void *timerParam, void (*timerProc)(void *)) { }
- uint32 getBaseTempo(void) { return _driver ? _driver->getBaseTempo() : 0; }
+ uint32 getBaseTempo(void) { return _driver ? _driver->getBaseTempo() : 0; }
//Channel allocation functions
- MidiChannel *allocateChannel() { return 0; }
- MidiChannel *getPercussionChannel() { return 0; }
+ MidiChannel *allocateChannel() { return 0; }
+ MidiChannel *getPercussionChannel() { return 0; }
MidiParser *_parser;
Common::Mutex _mutex;