mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed crash when the Compiler rewrites a door event
This commit is contained in:
@@ -792,7 +792,7 @@ module Compiler
|
|||||||
)
|
)
|
||||||
push_event(list, 208, [0]) # Change Transparent Flag (invisible)
|
push_event(list, 208, [0]) # Change Transparent Flag (invisible)
|
||||||
push_script(list, "Followers.follow_into_door")
|
push_script(list, "Followers.follow_into_door")
|
||||||
push_event(list, 210, [], indent) # Wait for Move's Completion
|
push_event(list, 210, []) # Wait for Move's Completion
|
||||||
push_move_route_and_wait( # Move Route for door closing
|
push_move_route_and_wait( # Move Route for door closing
|
||||||
list, 0,
|
list, 0,
|
||||||
[PBMoveRoute::Wait, 2,
|
[PBMoveRoute::Wait, 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user