mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
Bugfix for the position and size of the copy protection dialog instructions in the German version
svn-id: r30524
This commit is contained in:
parent
2ef04f972c
commit
00ecb126e3
@ -1255,7 +1255,7 @@ static const ItemDesc copyProtectElements[] = {
|
||||
|
||||
{EN_ANY, 57, 40, 208, 40, WORDING_HEADER, 32},
|
||||
{FR_FRA, 57, 40, 208, 40, WORDING_HEADER, 32},
|
||||
{DE_DEU, 39, 40, 208, 40, WORDING_HEADER, 32},
|
||||
{DE_DEU, 39, 30, 240, 53, WORDING_HEADER, 32},
|
||||
{NL_NLD, 57, 40, 208, 40, WORDING_HEADER, 32},
|
||||
{ES_ESP, 57, 40, 208, 40, WORDING_HEADER, 32},
|
||||
{IT_ITA, 57, 40, 208, 40, WORDING_HEADER, 32},
|
||||
@ -1277,7 +1277,6 @@ CopyProtectionDialog::CopyProtectionDialog() {
|
||||
const ItemDesc *ptr = ©ProtectElements[0];
|
||||
while ((ptr->width != 0) || (ptr->height != 0)) {
|
||||
if ((ptr->language == UNK_LANG) || (ptr->language == engine.getLanguage())) {
|
||||
if (ptr->animId == 0) break; //***DEBUG***
|
||||
Hotspot *h = new Hotspot();
|
||||
h->setPosition(ptr->x, ptr->y);
|
||||
h->setSize(ptr->width, ptr->height);
|
||||
|
Loading…
x
Reference in New Issue
Block a user