aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
authorMatthew Hoops2007-03-21 21:38:53 +0000
committerMatthew Hoops2007-03-21 21:38:53 +0000
commitcc93bea7b8ba08bd1bee77f72bf6d431358fef01 (patch)
tree1a394fe25874cd1156a0e558309fb30bb8aea767 /engines/agi
parent080a76503b28ef794ff654a9642c83bb4b67389a (diff)
downloadscummvm-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/agi')
-rw-r--r--engines/agi/cycle.cpp3
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);