SCI32: Clarify some identifiers

transparentColor -> skipColor
displace -> origin
scaledWidth -> xResolution
scaledHeight -> yResolution
This commit is contained in:
Colin Snover 2016-10-09 10:52:08 -05:00
parent 8c555200d9
commit 40444b0aeb
15 changed files with 165 additions and 165 deletions

View file

@ -182,7 +182,7 @@ void GfxCursor32::setView(const GuiResourceId viewId, const int16 loopNo, const
if (_macCursorRemap.empty() && viewId != -1) {
CelObjView view(viewId, loopNo, celNo);
_hotSpot = view._displace;
_hotSpot = view._origin;
_width = view._width;
_height = view._height;