diff options
| author | Eugene Sandulenko | 2008-08-24 21:31:20 +0000 | 
|---|---|---|
| committer | Eugene Sandulenko | 2008-08-24 21:31:20 +0000 | 
| commit | a64491e9050329daf3710c3d82d9bd853d445927 (patch) | |
| tree | d69c4ff20fc5ffe3828a1b4277750cf942b68d3e | |
| parent | 9521b9a12a870a370721aded36032d7734ee2203 (diff) | |
| download | scummvm-rg350-a64491e9050329daf3710c3d82d9bd853d445927.tar.gz scummvm-rg350-a64491e9050329daf3710c3d82d9bd853d445927.tar.bz2 scummvm-rg350-a64491e9050329daf3710c3d82d9bd853d445927.zip | |
Italian version now has properly translated verbs area as well as numerous
fixes to object names. So new version of packet.005 was prepared.
svn-id: r34124
| -rw-r--r-- | engines/drascula/detection.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index 9832d58294..81c8d9a62a 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -218,7 +218,7 @@ static const DrasculaGameDescription gameDescriptions[] = {  			0,  			{  				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563}, -				{"packet.005", 0, "f80e10e37000a2201eabf8dad82c7f64", 16184223}, +				{"packet.005", 0, "58caac54b891f5d7f335e710e45e5d29", 16209623},  				{NULL, 0, NULL, 0}  			},  			Common::IT_ITA, | 
