mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed the player animating super-fast for a while after surfing
This commit is contained in:
@@ -517,6 +517,7 @@ class Game_Player < Game_Character
|
||||
@pattern = p if !@lock_pattern
|
||||
@pattern_surf = p
|
||||
@bob_height = (p >= 2) ? 2 : 0
|
||||
@anime_count = 0
|
||||
else
|
||||
@bob_height = 0
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user