aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/cfile.cpp')
-rw-r--r--engines/cge/cfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/cfile.cpp b/engines/cge/cfile.cpp
index 4fb0988d38..72ec73030f 100644
--- a/engines/cge/cfile.cpp
+++ b/engines/cge/cfile.cpp
@@ -239,7 +239,7 @@ long CFILE::Seek(long pos) {
WriteBuff();
else
Lim = 0;
-
+
Ptr = 0;
return BufMark = IOHAND::Seek(pos);
}