From 72f4c03b0b9a6918a359b967ebc400a2701981d9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 10 May 2005 23:17:38 +0000 Subject: Moved (In/Out)SaveFile(Manager) and Timer to namespace Common svn-id: r18038 --- scumm/script_v5.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/script_v5.cpp') diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index fd35a7117e..b868cf2420 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -1948,7 +1948,7 @@ void ScummEngine_v5::o5_roomOps() { case 13: // SO_SAVE_STRING { - OutSaveFile *file; + Common::OutSaveFile *file; char filename[256], *s; a = getVarOrDirectByte(PARAM_1); @@ -1967,7 +1967,7 @@ void ScummEngine_v5::o5_roomOps() { } case 14: // SO_LOAD_STRING { - InSaveFile *file; + Common::InSaveFile *file; char filename[256], *s; a = getVarOrDirectByte(PARAM_1); -- cgit v1.2.3