Moved class File and the MD5 stuff to namespace Common
svn-id: r18037
This commit is contained in:
parent
55c37c18ce
commit
b75c969e66
90 changed files with 291 additions and 242 deletions
|
@ -406,7 +406,7 @@ void ScummEngine_v80he::o80_getFileSize() {
|
|||
|
||||
copyScriptString(filename, sizeof(filename));
|
||||
|
||||
File f;
|
||||
Common::File f;
|
||||
if (f.open((char *)filename) == false) {
|
||||
push(-1);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue