mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
GLK: QUEST: Fix infinite recursion
This commit is contained in:
parent
30bf05479a
commit
32c9deefb7
@ -59,7 +59,7 @@ public:
|
||||
* Returns true if the passed string is a reserved word
|
||||
*/
|
||||
bool has(const String &s) const {
|
||||
return _data.contains(s) && (*this)[s];
|
||||
return _data.contains(s) && _data[s];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user