aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamweb.h
diff options
context:
space:
mode:
authorMax Horn2011-12-09 15:50:38 +0100
committerWillem Jan Palenstijn2011-12-11 10:01:28 +0100
commit3d753794e6c266e7ee7bd1858a6175d34707e140 (patch)
tree376468977fe5be253487f6c8bacdae926e353f05 /engines/dreamweb/dreamweb.h
parentdfeb31e187118978a665482fb1b147a62f65c35f (diff)
downloadscummvm-rg350-3d753794e6c266e7ee7bd1858a6175d34707e140.tar.gz
scummvm-rg350-3d753794e6c266e7ee7bd1858a6175d34707e140.tar.bz2
scummvm-rg350-3d753794e6c266e7ee7bd1858a6175d34707e140.zip
DREAMWEB: Move savefile creation into DreamGenContext::savePosition
Also, make sure the save file is properly finalized before being closed.
Diffstat (limited to 'engines/dreamweb/dreamweb.h')
-rw-r--r--engines/dreamweb/dreamweb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h
index 28ca021896..f296f051a4 100644
--- a/engines/dreamweb/dreamweb.h
+++ b/engines/dreamweb/dreamweb.h
@@ -106,9 +106,6 @@ public:
Common::String getSavegameFilename(int slot) const;
- void openSaveFileForWriting(const Common::String &name);
- uint writeToSaveFile(const uint8 *data, uint size);
-
bool openSaveFileForReading(const Common::String &name);
uint readFromSaveFile(uint8 *data, uint size);
@@ -151,7 +148,6 @@ private:
Common::RandomSource _rnd;
Common::File _file;
- Common::OutSaveFile *_outSaveFile;
Common::InSaveFile *_inSaveFile;
uint _speed;