diff options
author | Vladimir Menshakov | 2011-06-14 01:32:19 +0400 |
---|---|---|
committer | Alyssa Milburn | 2011-06-15 17:34:58 +0200 |
commit | dca78aa964f3ddce337f218c649219753eafc513 (patch) | |
tree | f66203b4218fd523152aeb4f9f531a079dd8ba82 /engines/dreamweb | |
parent | 84745add6e92d33949e71e53f253fea5c5ce4a0a (diff) | |
download | scummvm-rg350-dca78aa964f3ddce337f218c649219753eafc513.tar.gz scummvm-rg350-dca78aa964f3ddce337f218c649219753eafc513.tar.bz2 scummvm-rg350-dca78aa964f3ddce337f218c649219753eafc513.zip |
DREAMWEB: fixed cd-version without savefiles
Diffstat (limited to 'engines/dreamweb')
-rw-r--r-- | engines/dreamweb/dreamweb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp index 8a144b2175..1e4558ed54 100644 --- a/engines/dreamweb/dreamweb.cpp +++ b/engines/dreamweb/dreamweb.cpp @@ -670,7 +670,7 @@ void openfilenocheck(Context &context) { } void openfilefromc(Context &context) { - openfile(context); + openfilenocheck(context); } void openfile(Context &context) { |