diff options
| author | Colin Snover | 2017-06-07 13:26:39 -0500 | 
|---|---|---|
| committer | Colin Snover | 2017-06-09 22:48:15 -0500 | 
| commit | f48fc02a9ba42ceba608e8a5eef785f3b3abeed6 (patch) | |
| tree | 338ba9835ac42defb089c30b558a283e46c6dfdb | |
| parent | ddc00e421104bb7fe2806a29fcadcf68f2badb61 (diff) | |
| download | scummvm-rg350-f48fc02a9ba42ceba608e8a5eef785f3b3abeed6.tar.gz scummvm-rg350-f48fc02a9ba42ceba608e8a5eef785f3b3abeed6.tar.bz2 scummvm-rg350-f48fc02a9ba42ceba608e8a5eef785f3b3abeed6.zip | |
SCI: Fix typo in comment
| -rw-r--r-- | engines/sci/engine/kscripts.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/sci/engine/kscripts.cpp b/engines/sci/engine/kscripts.cpp index 75f905e81a..015daf2e5b 100644 --- a/engines/sci/engine/kscripts.cpp +++ b/engines/sci/engine/kscripts.cpp @@ -45,7 +45,7 @@ reg_t kLoad(EngineState *s, int argc, reg_t *argv) {  	return make_reg(0, ((restype << 11) | resnr)); // Return the resource identifier as handle  } -// Unloads an arbitrary resource of type 'restype' with resource numbber 'resnr' +// Unloads an arbitrary resource of type 'restype' with resource number 'resnr'  //  behavior of this call didn't change between sci0->sci1.1 parameter wise, which means getting called with  //  1 or 3+ parameters is not right according to sierra sci  reg_t kUnLoad(EngineState *s, int argc, reg_t *argv) { | 
