[Scummvm-cvs-logs] CVS: scummvm/backends/midi/mt32 synth.cpp,1.4,1.5

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Oct 22 03:38:07 CEST 2004


Update of /cvsroot/scummvm/scummvm/backends/midi/mt32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2303

Modified Files:
	synth.cpp 
Log Message:
Indentation


Index: synth.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/mt32/synth.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- synth.cpp	22 Oct 2004 10:13:18 -0000	1.4
+++ synth.cpp	22 Oct 2004 10:24:48 -0000	1.5
@@ -1289,21 +1289,21 @@
 
 	float t60;
 	switch(newRevMode) {
-		case 0:
-			t60 = .161f * REV_ROOMT60;
-			break;
-		case 1:
-			t60 = .161f * REV_HALLT60;
-			break;
-		case 2:
-			t60 = .161f * REV_PLATET60;
-			break;
-		case 3:
-			t60 = .161f * REV_TAPT60;
-			break;
-		default:
-			t60 = .161f * REV_ROOMT60;
-			break;
+	case 0:
+		t60 = .161f * REV_ROOMT60;
+		break;
+	case 1:
+		t60 = .161f * REV_HALLT60;
+		break;
+	case 2:
+		t60 = .161f * REV_PLATET60;
+		break;
+	case 3:
+		t60 = .161f * REV_TAPT60;
+		break;
+	default:
+		t60 = .161f * REV_ROOMT60;
+		break;
 	}
 
 	t60 = t60 * 0.625;





More information about the Scummvm-git-logs mailing list