diff options
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; |