crawl trigger bug fixed

This commit is contained in:
Priec
2025-11-17 11:30:52 +01:00
parent 07e295f2d9
commit 09454e3ab4

View File

@@ -106,6 +106,7 @@ void WalkingState::start_crawl(PlayerState crawl_type) {
return;
current_state = crawl_type;
state_timer.stop();
state_timer.reset();
state_timer.start();
}