aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.h
diff options
context:
space:
mode:
authorMatthew Hoops2013-12-14 11:10:13 -0500
committerMatthew Hoops2013-12-14 11:18:32 -0500
commit6477525db0094825be56ffedb3b12ade14bb66ae (patch)
tree971e2aa3adbbe58939521fcff775dc85df643716 /engines/pegasus/pegasus.h
parent42c04c8735fde38532edba8ee36c9c03eef2c465 (diff)
downloadscummvm-rg350-6477525db0094825be56ffedb3b12ade14bb66ae.tar.gz
scummvm-rg350-6477525db0094825be56ffedb3b12ade14bb66ae.tar.bz2
scummvm-rg350-6477525db0094825be56ffedb3b12ade14bb66ae.zip
PEGASUS: Fix regression with Prehistoric AI rules ordering
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r--engines/pegasus/pegasus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h
index 07e6d8f761..59637e38df 100644
--- a/engines/pegasus/pegasus.h
+++ b/engines/pegasus/pegasus.h
@@ -249,7 +249,7 @@ private:
Common::List<TimeBase *> _timeBases;
// Save/Load
- bool loadFromStream(Common::ReadStream *stream);
+ bool loadFromStream(Common::SeekableReadStream *stream);
bool writeToStream(Common::WriteStream *stream, int saveType);
void loadFromContinuePoint();
void writeContinueStream(Common::WriteStream *stream);