SCUMM: Cleanup Korean Multi-font code

- Remove unused code
- Fix uninitialized variables
This commit is contained in:
wonst719 2020-11-17 03:05:42 +09:00
parent c877097b49
commit d2aedb650b
2 changed files with 8 additions and 18 deletions

View file

@ -329,6 +329,9 @@ ScummEngine::ScummEngine(OSystem *syst, const DetectorResult &dr)
_translatedLines = 0;
_languageLineIndex = 0;
_2byteFontPtr = 0;
_2byteWidth = 0;
_2byteHeight = 0;
_2byteShadow = 0;
_krStrPost = 0;
_V1TalkingActor = 0;
for (int i = 0; i < 20; i++)