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
|
||||
|
||||
@ Gets the facing direction of a given event object and stores it in the variable \dest.
|
||||
.macro getobjectfacingdirection evObjId:req, dest:req
|
||||
setvar VAR_0x8005, \evObjId
|
||||
.macro getobjectfacingdirection localId:req, dest:req
|
||||
setvar VAR_0x8005, \localId
|
||||
specialvar \dest, Script_GetObjectFacingDirection
|
||||
.endm
|
||||
|
||||
|
|
Loading…
Reference in a new issue