[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.39,1.40

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Mon Dec 27 08:49:01 CET 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10967

Modified Files:
	game.cpp 
Log Message:
Added MD5 sum for Linux music file.


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- game.cpp	25 Dec 2004 16:55:12 -0000	1.39
+++ game.cpp	27 Dec 2004 16:48:07 -0000	1.40
@@ -229,13 +229,11 @@
 	{ GID_ITE_MACCD,    "95863b89a0916941f6c5e1789843ba14", "sounds.rsc" },
 	{ GID_ITE_MACCD,    "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices" },
 
-	// Please, provide md5 of first 5000 bytes of music.rsc
-	// head -c 5000 music.rsc | md5 | mail -s 'linux music.rsc md5' sev
 	{ GID_ITE_LINCD,    "8f4315a9bb10ec839253108a032c8b54", "ite.rsc" },
 	{ GID_ITE_LINCD,    "a891405405edefc69c9d6c420c868b84", "scripts.rsc" },
 	{ GID_ITE_LINCD,    "e2ccb61c325d6d1ead3be0e731fe29fe", "sounds.rsc" },
 	{ GID_ITE_LINCD,    "41bb6b95d792dde5196bdb78740895a6", "voices.rsc" },
-	{ GID_ITE_LINCD,    "????????????????????????????????", "music.rsc" },
+	{ GID_ITE_LINCD,    "d6454756517f042f01210458abe8edd4", "music.rsc" },
 
 	{ GID_ITE_DISK_DE,  "869fc23c8f38f575979ec67152914fee", "ite.rsc" },
 	{ GID_ITE_DISK_DE,  "516f7330f8410057b834424ea719d1ef", "scripts.rsc" },





More information about the Scummvm-git-logs mailing list