diff options
author | Travis Howell | 2007-03-12 10:16:38 +0000 |
---|---|---|
committer | Travis Howell | 2007-03-12 10:16:38 +0000 |
commit | f1984bdeaed94e607b069a16567ba4b82c4319b1 (patch) | |
tree | 3ef272a1ea940a7dd300696ec01640cbf40e4760 /engines/scumm/he | |
parent | d0ccb0ea19ba36b64e6394531861344f116a0206 (diff) | |
download | scummvm-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/he')
-rw-r--r-- | engines/scumm/he/logic_he.cpp | 1 |
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; |