~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to engines/agi/id.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mto: (21.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20110525190223-fiqm0oaec714xk31
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * along with this program; if not, write to the Free Software
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 *
21
 
 * $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-1-2-1/engines/agi/id.cpp $
22
 
 * $Id: id.cpp 46942 2010-01-03 20:15:44Z sev $
 
21
 * $URL$
 
22
 * $Id$
23
23
 *
24
24
 */
25
25
 
47
47
        if (getFeatures() & GF_AGDS)
48
48
                setVersion(ver = 0x2440);       // ALL AGDS games built for 2.440
49
49
 
50
 
        report("Setting up for version 0x%04X\n", ver);
 
50
        debug(0, "Setting up for version 0x%04X", ver);
51
51
 
52
52
        // 'quit' takes 0 args for 2.089
53
53
        if (ver == 0x2089)
70
70
int AgiEngine::setupV3Game(int ver) {
71
71
        int ec = errOK;
72
72
 
73
 
        report("Setting up for version 0x%04X\n", ver);
 
73
        debug(0, "Setting up for version 0x%04X", ver);
74
74
 
75
75
        // 'unknown176' takes 1 arg for 3.002.086, not 0 args.
76
76
        // 'unknown173' also takes 1 arg for 3.002.068, not 0 args.