aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorJohannes Schickel2013-11-27 19:32:08 +0100
committerJohannes Schickel2013-11-27 19:32:08 +0100
commit10def6a4353a081871065ed5622023e6f4f865bb (patch)
tree4d8817ab030084e64499c97d2aeb0279089a3bc4 /engines/scumm
parentfdcb6a6b1ae524b106a7da3bda9e0afcdf7313da (diff)
downloadscummvm-rg350-10def6a4353a081871065ed5622023e6f4f865bb.tar.gz
scummvm-rg350-10def6a4353a081871065ed5622023e6f4f865bb.tar.bz2
scummvm-rg350-10def6a4353a081871065ed5622023e6f4f865bb.zip
SCUMM: Small formatting fix.
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/saveload.cpp2
-rw-r--r--engines/scumm/scumm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/saveload.cpp b/engines/scumm/saveload.cpp
index 3feab2e62f..5197e07819 100644
--- a/engines/scumm/saveload.cpp
+++ b/engines/scumm/saveload.cpp
@@ -764,7 +764,7 @@ bool ScummEngine::loadInfos(Common::SeekableReadStream *file, SaveStateMetaInfos
return true;
}
-void ScummEngine::saveInfos(Common::WriteStream* file) {
+void ScummEngine::saveInfos(Common::WriteStream *file) {
SaveInfoSection section;
section.type = MKTAG('I','N','F','O');
section.version = INFOSECTION_VERSION;
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 942e8a6b69..f192a1e256 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -623,7 +623,7 @@ public:
static bool querySaveMetaInfos(const char *target, int slot, int heversion, Common::String &desc, Graphics::Surface *&thumbnail, SaveStateMetaInfos *&timeInfos);
protected:
- void saveInfos(Common::WriteStream* file);
+ void saveInfos(Common::WriteStream *file);
static bool loadInfos(Common::SeekableReadStream *file, SaveStateMetaInfos *stuff);
protected: