SCI32: Clarify some identifiers
transparentColor -> skipColor displace -> origin scaledWidth -> xResolution scaledHeight -> yResolution
This commit is contained in:
parent
8c555200d9
commit
40444b0aeb
15 changed files with 165 additions and 165 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue