aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2014-03-03 23:03:01 +0100
committerStrangerke2014-03-03 23:03:01 +0100
commit1c6a6474d2ad1c8cbb179a4fcacc0509cfb05bd2 (patch)
treef30dfad0c622c5a46ae762fe802b46b2cffff8a3 /engines
parentdb7d8a0d4023a11da4ca8e7f77f20fa742b2e719 (diff)
downloadscummvm-rg350-1c6a6474d2ad1c8cbb179a4fcacc0509cfb05bd2.tar.gz
scummvm-rg350-1c6a6474d2ad1c8cbb179a4fcacc0509cfb05bd2.tar.bz2
scummvm-rg350-1c6a6474d2ad1c8cbb179a4fcacc0509cfb05bd2.zip
VOYEUR: Fix a comment
Diffstat (limited to 'engines')
-rw-r--r--engines/voyeur/files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/files.cpp b/engines/voyeur/files.cpp
index 20d70f883c..9d1ff58b67 100644
--- a/engines/voyeur/files.cpp
+++ b/engines/voyeur/files.cpp
@@ -504,7 +504,7 @@ void BVoyBoltFile::sInitRect() {
_state._curMemberPtr->_data = _state.decompress(NULL, _state._curMemberPtr->_size,
_state._curMemberPtr->_mode);
- // Check whether the resouce Id is in the list of extended rects
+ // Check whether the resource Id is in the list of extended rects
bool isExtendedRects = false;
for (int i = 0; i < 49 && !isExtendedRects; ++i)
isExtendedRects = RESOLVE_TABLE[i] == (_state._curMemberPtr->_id & 0xff00);