mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
WAGE: Removed another leftover warning
This commit is contained in:
parent
1d0eed9cdd
commit
db7d5aa218
@ -824,7 +824,6 @@ bool Script::evalClickEquality(Operand *lhs, Operand *rhs, bool partialMatch) {
|
||||
Common::String name = lhs->_value.designed->_name;
|
||||
name.toLowercase();
|
||||
|
||||
warning("%s <> %s", name.c_str(), str.c_str());
|
||||
if (partialMatch)
|
||||
result = name.contains(str);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user