diff options
| author | Travis Howell | 2005-11-14 22:54:18 +0000 |
|---|---|---|
| committer | Travis Howell | 2005-11-14 22:54:18 +0000 |
| commit | 0eb4f5195ee7d8ef7e4d4cd38332da3786bea0f7 (patch) | |
| tree | 1aaa0cefeee5e1693bfd646349d5fa59ec714eff /simon | |
| parent | 4a10696af37844f12d9f9a053f20a5881de1d7ce (diff) | |
| download | scummvm-rg350-0eb4f5195ee7d8ef7e4d4cd38332da3786bea0f7.tar.gz scummvm-rg350-0eb4f5195ee7d8ef7e4d4cd38332da3786bea0f7.tar.bz2 scummvm-rg350-0eb4f5195ee7d8ef7e4d4cd38332da3786bea0f7.zip | |
Add Italian version of Simon2.
svn-id: r19594
Diffstat (limited to 'simon')
| -rw-r--r-- | simon/game.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/simon/game.cpp b/simon/game.cpp index 6ccd472fc7..c2fda7b845 100644 --- a/simon/game.cpp +++ b/simon/game.cpp @@ -171,11 +171,11 @@ static GameMD5 gameMD5[] = { { GID_SIMON2TALKIE_HB, "de9dbc24158660e153483fa0cf6c3172", "stripped.txt", false}, { GID_SIMON2TALKIE_HB, "2082f8d02075e590300478853a91ffd9", "tbllist", false}, - { GID_SIMON2TALKIE_IT, "00000000000000000000000000000000", "gsptr30", false }, - { GID_SIMON2TALKIE_IT, "00000000000000000000000000000000", "icon.dat", false}, - { GID_SIMON2TALKIE_IT, "00000000000000000000000000000000", "simon2.gme", false }, - { GID_SIMON2TALKIE_IT, "00000000000000000000000000000000", "stripped.txt", false}, - { GID_SIMON2TALKIE_IT, "00000000000000000000000000000000", "tbllist", false}, + { GID_SIMON2TALKIE_IT, "3e11d400bea0638f360a724687005cd1", "gsptr30", false }, + { GID_SIMON2TALKIE_IT, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false}, + { GID_SIMON2TALKIE_IT, "344aca58e5ad5e25c517d5eb1d85c435", "simon2.gme", false }, + { GID_SIMON2TALKIE_IT, "bea6843fb9f3b2144fcb146d62db0b9a", "stripped.txt", false}, + { GID_SIMON2TALKIE_IT, "2082f8d02075e590300478853a91ffd9", "tbllist", false}, { GID_SIMON2TALKIE_ES, "00000000000000000000000000000000", "gsptr30", false }, { GID_SIMON2TALKIE_ES, "00000000000000000000000000000000", "icon.dat", false}, |
