[Scummvm-cvs-logs] SF.net SVN: scummvm: [30524] scummvm/trunk/engines/lure/surface.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Thu Jan 17 10:05:56 CET 2008


Revision: 30524
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30524&view=rev
Author:   dreammaster
Date:     2008-01-17 01:05:56 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
Bugfix for the position and size of the copy protection dialog instructions in the German version

Modified Paths:
--------------
    scummvm/trunk/engines/lure/surface.cpp

Modified: scummvm/trunk/engines/lure/surface.cpp
===================================================================
--- scummvm/trunk/engines/lure/surface.cpp	2008-01-16 22:41:48 UTC (rev 30523)
+++ scummvm/trunk/engines/lure/surface.cpp	2008-01-17 09:05:56 UTC (rev 30524)
@@ -1255,7 +1255,7 @@
 	
 	{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 @@
 	const ItemDesc *ptr = &copyProtectElements[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);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list