aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/character.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/character.cpp')
-rw-r--r--engines/xeen/character.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/character.cpp b/engines/xeen/character.cpp
index dc2b65885e..e9c66e652b 100644
--- a/engines/xeen/character.cpp
+++ b/engines/xeen/character.cpp
@@ -1780,7 +1780,7 @@ void Character::subtractHitPoints(int amount) {
int v = getMaxHP() + _currentHp;
if (v >= 1) {
_conditions[UNCONSCIOUS] = 1;
- sound.playFX(38);;
+ sound.playFX(38);
} else {
_conditions[DEAD] = 1;
flag = true;