SCI: Remove unhelpful comment

This commit is contained in:
Colin Snover 2017-06-07 13:26:07 -05:00
parent cf98e16d90
commit ddc00e4211

@ -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);
}