aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
authorCameron Cawley2019-03-09 19:26:59 +0000
committerLothar Serra Mari2019-03-09 21:52:14 +0100
commit09dbe7686b171a25106a0037abed608b886c9b71 (patch)
treec9af459f6c54588c2fc072b86c7d046724b19bdf /engines/sci/sci.cpp
parent1630cf0e6c4c278bc4913ecc0ba7503c5ff8eb06 (diff)
downloadscummvm-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/sci.cpp')
-rw-r--r--engines/sci/sci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index b2a914b9c3..6598b02735 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -313,7 +313,7 @@ Common::Error SciEngine::run() {
_features = new GameFeatures(segMan, _kernel);
// Only SCI0, SCI01 and SCI1 EGA games used a parser
_vocabulary = (getSciVersion() <= SCI_VERSION_1_EGA_ONLY) ? new Vocabulary(_resMan, false) : NULL;
- // Also, XMAS1990 apparently had a parser too. Refer to http://forums.scummvm.org/viewtopic.php?t=9135
+ // Also, XMAS1990 apparently had a parser too. Refer to https://forums.scummvm.org/viewtopic.php?t=9135
if (getGameId() == GID_CHRISTMAS1990)
_vocabulary = new Vocabulary(_resMan, false);