diff options
Diffstat (limited to 'scumm/charset.cpp')
| -rw-r--r-- | scumm/charset.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scumm/charset.cpp b/scumm/charset.cpp index 2011afa23e..032c5b769c 100644 --- a/scumm/charset.cpp +++ b/scumm/charset.cpp @@ -156,7 +156,7 @@ static int SJIStoFMTChunk(int f, int s) { //converts sjis code to fmt font offse  		else if (kanjiType == EKANJI) chunk = 144;  		break;  	default: -		error("Invalid Char! f %x s %x base %x c %d p %d", f, s, base, c, p); +		debug(4, "Invalid Char! f %x s %x base %x c %d p %d", f, s, base, c, p);  		return 0;  	} | 
