mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 05:34:00 +00:00
Fix charset background problem in VC
svn-id: r3844
This commit is contained in:
parent
8780d0e5d6
commit
73b8043302
@ -399,6 +399,8 @@ void Scumm::loadCharset(int no) {
|
||||
byte *ptr;
|
||||
|
||||
debug(9, "loadCharset(%d)",no);
|
||||
|
||||
memset(_charsetData, 0, sizeof(_charsetData));
|
||||
|
||||
checkRange(_maxCharsets-1, 1, no, "Loading illegal charset %d");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user