aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorTravis Howell2007-03-12 10:16:38 +0000
committerTravis Howell2007-03-12 10:16:38 +0000
commitf1984bdeaed94e607b069a16567ba4b82c4319b1 (patch)
tree3ef272a1ea940a7dd300696ec01640cbf40e4760 /engines/scumm
parentd0ccb0ea19ba36b64e6394531861344f116a0206 (diff)
downloadscummvm-rg350-f1984bdeaed94e607b069a16567ba4b82c4319b1.tar.gz
scummvm-rg350-f1984bdeaed94e607b069a16567ba4b82c4319b1.tar.bz2
scummvm-rg350-f1984bdeaed94e607b069a16567ba4b82c4319b1.zip
Remove warning, logic code for soccer games is incomplete.
svn-id: r26100
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/he/logic_he.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/he/logic_he.cpp b/engines/scumm/he/logic_he.cpp
index 7c06cb812f..996ccd93f9 100644
--- a/engines/scumm/he/logic_he.cpp
+++ b/engines/scumm/he/logic_he.cpp
@@ -848,7 +848,6 @@ int32 LogicHEsoccer::dispatch(int op, int numArgs, int32 *args) {
default:
// original range is 1001 - 1021
LogicHE::dispatch(op, numArgs, args);
- warning("Tell sev how to reproduce it (%d)", op);
}
return res;