mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
VOYEUR: Fix a comment
This commit is contained in:
parent
db7d8a0d40
commit
1c6a6474d2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user