diff options
author | Cameron Cawley | 2019-03-09 19:26:59 +0000 |
---|---|---|
committer | Lothar Serra Mari | 2019-03-09 21:52:14 +0100 |
commit | 09dbe7686b171a25106a0037abed608b886c9b71 (patch) | |
tree | c9af459f6c54588c2fc072b86c7d046724b19bdf /engines/sci/sound | |
parent | 1630cf0e6c4c278bc4913ecc0ba7503c5ff8eb06 (diff) | |
download | scummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.tar.gz scummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.tar.bz2 scummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.zip |
JANITORIAL: Update all scummvm.org URLS to use https
Diffstat (limited to 'engines/sci/sound')
-rw-r--r-- | engines/sci/sound/midiparser_sci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/midiparser_sci.cpp b/engines/sci/sound/midiparser_sci.cpp index 1644eb6956..ad4b0da397 100644 --- a/engines/sci/sound/midiparser_sci.cpp +++ b/engines/sci/sound/midiparser_sci.cpp @@ -720,7 +720,7 @@ bool MidiParser_SCI::processEvent(const EventInfo &info, bool fireEvents) { break; case 0xB: // Reference for some events: - // http://wiki.scummvm.org/index.php/SCI/Specifications/Sound/SCI0_Resource_Format#Status_Reference + // https://wiki.scummvm.org/index.php/SCI/Specifications/Sound/SCI0_Resource_Format#Status_Reference // Handle common special events switch (info.basic.param1) { case kSetReverb: |