From f1984bdeaed94e607b069a16567ba4b82c4319b1 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 12 Mar 2007 10:16:38 +0000 Subject: Remove warning, logic code for soccer games is incomplete. svn-id: r26100 --- engines/scumm/he/logic_he.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/scumm') 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; -- cgit v1.2.3