|
|
@ -793,7 +793,7 @@ namespace MWRender
|
|
|
|
// We have to ignore extra garbage at the end.
|
|
|
|
// We have to ignore extra garbage at the end.
|
|
|
|
// The Scrib's idle3 animation has "Idle3: Stop." instead of "Idle3: Stop".
|
|
|
|
// The Scrib's idle3 animation has "Idle3: Stop." instead of "Idle3: Stop".
|
|
|
|
// Why, just why? :(
|
|
|
|
// Why, just why? :(
|
|
|
|
&& (stopkey->second.size() < stoptag.size() || stopkey->second.substr(0,stoptag.size()) != stoptag))
|
|
|
|
&& (stopkey->second.size() < stoptag.size() || stopkey->second.compare(0,stoptag.size(), stoptag) != 0))
|
|
|
|
++stopkey;
|
|
|
|
++stopkey;
|
|
|
|
if(stopkey == keys.rend())
|
|
|
|
if(stopkey == keys.rend())
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|