aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/fileio.h
diff options
context:
space:
mode:
authorMax Lingua2009-07-12 21:58:00 +0000
committerMax Lingua2009-07-12 21:58:00 +0000
commita0c37549714a9f02351e85d3503ae129b0aae9b0 (patch)
tree81cc225a013cfb2ec2a5d29e3623b94e5e72d3f1 /backends/platform/ps2/fileio.h
parentbd91c1129d5b00a1cf76d02ffc31891b26829e16 (diff)
downloadscummvm-rg350-a0c37549714a9f02351e85d3503ae129b0aae9b0.tar.gz
scummvm-rg350-a0c37549714a9f02351e85d3503ae129b0aae9b0.tar.bz2
scummvm-rg350-a0c37549714a9f02351e85d3503ae129b0aae9b0.zip
Split _eof vs. _err.
Latter defaults to false for now, there are hooks for possible future implementation. svn-id: r42428
Diffstat (limited to 'backends/platform/ps2/fileio.h')
-rw-r--r--backends/platform/ps2/fileio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/ps2/fileio.h b/backends/platform/ps2/fileio.h
index b481979388..6838162e06 100644
--- a/backends/platform/ps2/fileio.h
+++ b/backends/platform/ps2/fileio.h
@@ -70,7 +70,8 @@ private:
uint8 *_cache;
- int _eof;
+ bool _eof;
+ bool _err;
int _sema;