Skip to content

Commit

Permalink
Add FIXME note
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed May 15, 2024
1 parent 3c30c36 commit 28eb3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/games/stendhal/server/entity/creature/Creature.java
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ public void logic() {
}
maybeMakeSound();

// FIXME: Play a looped sound for walking creatrue
// FIXME: this should probably be done client-side
if (movementSound != null && movementSoundEvent == null) {
loopMovementSound();
}
Expand Down

0 comments on commit 28eb3e1

Please sign in to comment.