aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse/instrument.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/imuse/instrument.h')
-rw-r--r--engines/scumm/imuse/instrument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/imuse/instrument.h b/engines/scumm/imuse/instrument.h
index 34f955518e..a855c64155 100644
--- a/engines/scumm/imuse/instrument.h
+++ b/engines/scumm/imuse/instrument.h
@@ -55,7 +55,7 @@ public:
itPcSpk = 4
};
- Instrument() : _type (0), _instrument (0) { }
+ Instrument() : _type(0), _instrument(0) { }
~Instrument() { delete _instrument; }
static void nativeMT32(bool native);
static const byte _gmRhythmMap[35];