Skip to content

Commit eb084d9

Browse files
committed
Reset stalactite velocity upon respawning
Fixes #3260
1 parent c76e196 commit eb084d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/badguy/yeti_stalactite.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ YetiStalactite::update(float dt_sec)
7373
// Attempt to minimize any potential collisions during this process.
7474
set_action("default");
7575
set_pos(m_start_position);
76+
m_physic.set_velocity(0, 0);
7677
set_colgroup_active(COLGROUP_TOUCHABLE);
7778
}
7879

0 commit comments

Comments
 (0)