diff options
author | Matthew Hoops | 2007-03-21 21:38:53 +0000 |
---|---|---|
committer | Matthew Hoops | 2007-03-21 21:38:53 +0000 |
commit | cc93bea7b8ba08bd1bee77f72bf6d431358fef01 (patch) | |
tree | 1a394fe25874cd1156a0e558309fb30bb8aea767 /engines | |
parent | 080a76503b28ef794ff654a9642c83bb4b67389a (diff) | |
download | scummvm-rg350-cc93bea7b8ba08bd1bee77f72bf6d431358fef01.tar.gz scummvm-rg350-cc93bea7b8ba08bd1bee77f72bf6d431358fef01.tar.bz2 scummvm-rg350-cc93bea7b8ba08bd1bee77f72bf6d431358fef01.zip |
adding debug message if running AGIPAL game
svn-id: r26271
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agi/cycle.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/cycle.cpp b/engines/agi/cycle.cpp index c695ae82ba..85599a236d 100644 --- a/engines/agi/cycle.cpp +++ b/engines/agi/cycle.cpp @@ -305,6 +305,9 @@ int AgiEngine::playGame() { if (getFeatures() & GF_AGIMOUSE) report("Using AGI Mouse 1.0 protocol\n"); + if (getFeatures() & GF_AGIPAL) + debug(1, "Running AGIPAL game"); + report("Running AGI script.\n"); setflag(fEnteredCli, false); |