More attempts to clean-up and reduce spurious alerts

This commit is contained in:
Jeff Parsons 2017-06-27 10:39:21 -07:00 committed by Jeff Parsons
commit 60aaeaa3bf
8 changed files with 8 additions and 8 deletions

View file

@ -3305,7 +3305,7 @@ class Video extends Component {
doneLoad(sURL, sFontData, nErrorCode)
{
if (nErrorCode) {
this.notice("Unable to load font ROM (error " + nErrorCode + ": " + sURL + ")");
this.notice("Unable to load font ROM (error " + nErrorCode + ": " + sURL + ")", nErrorCode < 0);
return;
}