mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-27 08:46:00 +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 = p if !@lock_pattern
|
||||||
@pattern_surf = p
|
@pattern_surf = p
|
||||||
@bob_height = (p >= 2) ? 2 : 0
|
@bob_height = (p >= 2) ? 2 : 0
|
||||||
|
@anime_count = 0
|
||||||
else
|
else
|
||||||
@bob_height = 0
|
@bob_height = 0
|
||||||
super
|
super
|
||||||
|
|||||||
Reference in New Issue
Block a user