Moved class File and the MD5 stuff to namespace Common

svn-id: r18037
This commit is contained in:
Max Horn 2005-05-10 22:56:25 +00:00
parent 55c37c18ce
commit b75c969e66
90 changed files with 291 additions and 242 deletions

View file

@ -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;