mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-11 03:01:01 +00:00
SCI: Remove unhelpful comment
This commit is contained in:
parent
cf98e16d90
commit
ddc00e4211
@ -78,7 +78,6 @@ void syncWithSerializer(Common::Serializer &s, ResourceId &obj) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void syncWithSerializer(Common::Serializer &s, reg_t &obj) {
|
void syncWithSerializer(Common::Serializer &s, reg_t &obj) {
|
||||||
// Segment and offset are accessed directly here
|
|
||||||
s.syncAsUint16LE(obj._segment);
|
s.syncAsUint16LE(obj._segment);
|
||||||
s.syncAsUint16LE(obj._offset);
|
s.syncAsUint16LE(obj._offset);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user