ALL: colour -> color
This commit is contained in:
parent
64c4e65201
commit
84184aabc0
154 changed files with 1118 additions and 1119 deletions
|
@ -406,7 +406,7 @@ HotspotData::HotspotData(HotspotResource *rec) {
|
|||
walkY = READ_LE_UINT16(&rec->walkY);
|
||||
talkX = rec->talkX;
|
||||
talkY = rec->talkY;
|
||||
colourOffset = READ_LE_UINT16(&rec->colourOffset);
|
||||
colorOffset = READ_LE_UINT16(&rec->colorOffset);
|
||||
animRecordId = READ_LE_UINT16(&rec->animRecordId);
|
||||
hotspotScriptOffset = READ_LE_UINT16(&rec->hotspotScriptOffset);
|
||||
talkScriptOffset = READ_LE_UINT16(&rec->talkScriptOffset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue