Renamed evObjId to localId
This commit is contained in:
parent
881e54a52b
commit
bdeedaa949
1 changed files with 2 additions and 2 deletions
|
@ -2407,8 +2407,8 @@
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
@ Gets the facing direction of a given event object and stores it in the variable \dest.
|
@ Gets the facing direction of a given event object and stores it in the variable \dest.
|
||||||
.macro getobjectfacingdirection evObjId:req, dest:req
|
.macro getobjectfacingdirection localId:req, dest:req
|
||||||
setvar VAR_0x8005, \evObjId
|
setvar VAR_0x8005, \localId
|
||||||
specialvar \dest, Script_GetObjectFacingDirection
|
specialvar \dest, Script_GetObjectFacingDirection
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue