aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/file.h
diff options
context:
space:
mode:
authorMax Horn2008-03-28 08:30:42 +0000
committerMax Horn2008-03-28 08:30:42 +0000
commit7f81de679480acbcc9d2b13e52e0938675252d27 (patch)
treea1a00383def47041fd1f343fd08add831245782c /engines/scumm/file.h
parentf2e53b9d224d25852a263be9e84c83c55adf401c (diff)
downloadscummvm-rg350-7f81de679480acbcc9d2b13e52e0938675252d27.tar.gz
scummvm-rg350-7f81de679480acbcc9d2b13e52e0938675252d27.tar.bz2
scummvm-rg350-7f81de679480acbcc9d2b13e52e0938675252d27.zip
cleanup
svn-id: r31289
Diffstat (limited to 'engines/scumm/file.h')
-rw-r--r--engines/scumm/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/file.h b/engines/scumm/file.h
index 10ab031c7e..7064654f89 100644
--- a/engines/scumm/file.h
+++ b/engines/scumm/file.h
@@ -77,9 +77,9 @@ private:
byte *_buf;
- GameSettings _game;
+ const GameSettings _game;
- Common::String _disk1, _disk2;
+ const Common::String _disk1, _disk2;
int _openedDisk;
int _numGlobalObjects;