aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/character.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/character.cpp b/engines/xeen/character.cpp
index 50ad2fe388..85f0e536b3 100644
--- a/engines/xeen/character.cpp
+++ b/engines/xeen/character.cpp
@@ -237,8 +237,8 @@ void Character::synchronize(Common::Serializer &s) {
s.syncAsUint16LE(_townUnknown);
s.syncAsByte(_savedMazeId);
- s.syncAsUint16LE(_currentHp);
- s.syncAsUint16LE(_currentSp);
+ s.syncAsSint16LE(_currentHp);
+ s.syncAsSint16LE(_currentSp);
s.syncAsUint16LE(_birthYear);
s.syncAsUint32LE(_experience);
s.syncAsByte(_currentAdventuringSpell);