Quick little fix to add a blank sound for placeholders.

This commit is contained in:
Zed A. Shaw 2025-02-22 22:18:41 -05:00
parent 3720340ab7
commit 6e56de08c5
4 changed files with 20 additions and 11 deletions

View file

@ -202,8 +202,7 @@ namespace gui {
Point move_to = $main_ui.plan_move(dir, strafe);
if($level.map->can_move(move_to) && !$level.collision->occupied(move_to)) {
fmt::println("PLAYING WALK");
sound::play("step_leather_1");
sound::play("walk");
state(MOVING);
} else {
state(IDLE);