aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/actor.h')
-rw-r--r--engines/saga/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/actor.h b/engines/saga/actor.h
index 7022ef1289..d0a31dc7d6 100644
--- a/engines/saga/actor.h
+++ b/engines/saga/actor.h
@@ -262,7 +262,7 @@ struct Location {
screenPoint.x = x / ACTOR_LMULT;
screenPoint.y = y / ACTOR_LMULT - z;
}
- void fromStream(Common::MemoryReadStream &stream) {
+ void fromStream(MemoryReadStream &stream) {
x = stream.readUint16LE();
y = stream.readUint16LE();
z = stream.readUint16LE();