aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2011-02-12 16:20:57 +0000
committerArnaud Boutonné2011-02-12 16:20:57 +0000
commitc846231af3ccf9a910c5cfd5276a38a2244e325d (patch)
tree9b8cdcaaae28fda4b0c0783ea0c53ae987324ca5 /engines/hugo/file.cpp
parent4ad7f20b77cd7239d43f1b2c61ea424d0d826ffa (diff)
downloadscummvm-rg350-c846231af3ccf9a910c5cfd5276a38a2244e325d.tar.gz
scummvm-rg350-c846231af3ccf9a910c5cfd5276a38a2244e325d.tar.bz2
scummvm-rg350-c846231af3ccf9a910c5cfd5276a38a2244e325d.zip
HUGO: Replace Common::File by Common::ReadStream in several functions
svn-id: r55897
Diffstat (limited to 'engines/hugo/file.cpp')
-rw-r--r--engines/hugo/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/file.cpp b/engines/hugo/file.cpp
index 5535f24bac..7427771906 100644
--- a/engines/hugo/file.cpp
+++ b/engines/hugo/file.cpp
@@ -78,7 +78,7 @@ byte *FileManager::convertPCC(byte *p, const uint16 y, const uint16 bpl, image_p
* allocate space if NULL. Name used for errors. Returns address of seq_p
* Set first TRUE to initialize b_index (i.e. not reading a sequential image in file).
*/
-seq_t *FileManager::readPCX(Common::File &f, seq_t *seqPtr, byte *imagePtr, const bool firstFl, const char *name) {
+seq_t *FileManager::readPCX(Common::ReadStream &f, seq_t *seqPtr, byte *imagePtr, const bool firstFl, const char *name) {
debugC(1, kDebugFile, "readPCX(..., %s)", name);
// Read in the PCC header and check consistency