TONY: Fix German fonts
This commit is contained in:
parent
41d337c549
commit
72e32ab35e
5 changed files with 40 additions and 40 deletions
|
@ -246,7 +246,7 @@ bool TonyEngine::loadTonyDat() {
|
|||
}
|
||||
|
||||
int numVariant = in.readUint16BE();
|
||||
if (expectedLangVariant > numVariant) {
|
||||
if (expectedLangVariant > numVariant - 1) {
|
||||
msg = Common::String::format("Font variant not present in 'tony.dat'. Get it from the ScummVM website");
|
||||
GUIErrorMessage(msg);
|
||||
warning("%s", msg.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue