[Scummvm-cvs-logs] CVS: scummvm/kyra kyra.cpp,1.57,1.58

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Wed Oct 19 03:30:51 CEST 2005


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

Modified Files:
	kyra.cpp 
Log Message:
Whitespace


Index: kyra.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/kyra.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- kyra.cpp	18 Oct 2005 19:59:50 -0000	1.57
+++ kyra.cpp	19 Oct 2005 10:29:34 -0000	1.58
@@ -71,11 +71,11 @@
 static const KyraGameSettings kyra_games[] = {
 	{ "kyra1", "Legend of Kyrandia (Floppy, English)",	GI_KYRA1, GF_ENGLISH | GF_FLOPPY, 
 										"796e44863dd22fa635b042df1bf16673", "GEMCUT.EMC" },
-	{ "kyra1", "Legend of Kyrandia (Floppy, French)",	GI_KYRA1, GF_FRENCH  | GF_FLOPPY,
+	{ "kyra1", "Legend of Kyrandia (Floppy, French)",	GI_KYRA1, GF_FRENCH | GF_FLOPPY,
 										"abf8eb360e79a6c2a837751fbd4d3d24", "GEMCUT.EMC" },
-	{ "kyra1", "Legend of Kyrandia (Floppy, German)",	GI_KYRA1, GF_GERMAN  | GF_FLOPPY, 
+	{ "kyra1", "Legend of Kyrandia (Floppy, German)",	GI_KYRA1, GF_GERMAN | GF_FLOPPY, 
 										"6018e1dfeaca7fe83f8d0b00eb0dd049", "GEMCUT.EMC"},
-	{ "kyra1", "Legend of Kyrandia (Floppy, Spanish)",	GI_KYRA1, GF_SPANISH  | GF_FLOPPY, // from VooD
+	{ "kyra1", "Legend of Kyrandia (Floppy, Spanish)",	GI_KYRA1, GF_SPANISH | GF_FLOPPY, // from VooD
 										"8909b41596913b3f5deaf3c9f1017b01", "GEMCUT.EMC"},
 	{ "kyra1", "Legend of Kyrandia (CD, English)",		GI_KYRA1, GF_ENGLISH | GF_TALKIE, 
 										"fac399fe62f98671e56a005c5e94e39f", "GEMCUT.PAK" },
@@ -790,7 +790,7 @@
 	_seq->setCopyViewOffs(false);
 	_midi->stopMusic();
 	if (_features & GF_TALKIE) {
-			_res->unloadPakFile("INTRO.VRM");
+		_res->unloadPakFile("INTRO.VRM");
 	}
 	res_unloadResources(RES_INTRO);
 }





More information about the Scummvm-git-logs mailing list