diff options
| author | Matthew Hoops | 2011-05-25 11:17:11 -0400 |
|---|---|---|
| committer | Matthew Hoops | 2011-05-25 11:17:11 -0400 |
| commit | 9539017ee35ce280758f22e589aa52c3baf9aaf3 (patch) | |
| tree | 38578935a8649fcf2b052503365fbb5320a42103 /audio/mods | |
| parent | 7ff9f34aef3a89f167f1867fb31147571ba8112a (diff) | |
| download | scummvm-rg350-9539017ee35ce280758f22e589aa52c3baf9aaf3.tar.gz scummvm-rg350-9539017ee35ce280758f22e589aa52c3baf9aaf3.tar.bz2 scummvm-rg350-9539017ee35ce280758f22e589aa52c3baf9aaf3.zip | |
ALL: initialise -> initialize
Diffstat (limited to 'audio/mods')
| -rw-r--r-- | audio/mods/tfmx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mods/tfmx.cpp b/audio/mods/tfmx.cpp index afc7d3b40b..a89da78af1 100644 --- a/audio/mods/tfmx.cpp +++ b/audio/mods/tfmx.cpp @@ -332,7 +332,7 @@ void Tfmx::macroRun(ChannelContext &channel) { channel.vibLength = macroPtr[1]; channel.vibCount = macroPtr[1] / 2; channel.vibDelta = macroPtr[3]; - // TODO: Perhaps a bug, vibValue could be left uninitialised + // TODO: Perhaps a bug, vibValue could be left uninitialized if (!channel.portaDelta) { channel.period = channel.refPeriod; channel.vibValue = 0; @@ -700,7 +700,7 @@ void Tfmx::noteCommand(const uint8 note, const uint8 param1, const uint8 param2, channel.relVol = param2 >> 4; channel.fineTune = (int8)param3; - // TODO: the point where the channel gets initialised varies with the games, needs more research. + // TODO: the point where the channel gets initialized varies with the games, needs more research. initMacroProgramm(channel); channel.keyUp = false; // key down = playing a Note |
