aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/engine/savegame.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp
index bfd49578a0..c8e8813470 100644
--- a/engines/sci/engine/savegame.cpp
+++ b/engines/sci/engine/savegame.cpp
@@ -78,7 +78,6 @@ void syncWithSerializer(Common::Serializer &s, ResourceId &obj) {
}
void syncWithSerializer(Common::Serializer &s, reg_t &obj) {
- // Segment and offset are accessed directly here
s.syncAsUint16LE(obj._segment);
s.syncAsUint16LE(obj._offset);
}