mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Prevent walking into slideblocks from the back
This commit is contained in:
parent
9c7b511be4
commit
f77c45d102
@ -70,6 +70,8 @@
|
|||||||
|
|
||||||
CType(Core.CurrentScreen, OverworldScreen).ActionScript.StartScript(s, 2, False)
|
CType(Core.CurrentScreen, OverworldScreen).ActionScript.StartScript(s, 2, False)
|
||||||
Return True
|
Return True
|
||||||
|
Else
|
||||||
|
Return True
|
||||||
End If
|
End If
|
||||||
|
|
||||||
facing = CInt(Me.Rotation.Y / MathHelper.PiOver2)
|
facing = CInt(Me.Rotation.Y / MathHelper.PiOver2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user