[Scummvm-cvs-logs] CVS: scummvm/sword2 resman.cpp,1.67,1.68

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Nov 11 07:17:11 CET 2003


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1:/tmp/cvs-serv19137

Modified Files:
	resman.cpp 
Log Message:
Slight refinement to the last patch. There are four different possibilities
for which CD to look for: 0 (both CDs - not used?), 1, 2 and 3 (not used?)


Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/resman.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- resman.cpp	11 Nov 2003 15:07:35 -0000	1.67
+++ resman.cpp	11 Nov 2003 15:16:41 -0000	1.68
@@ -744,6 +744,9 @@
 				case CD2:
 					Debug_Printf("CD 2\n");
 					break;
+				default:
+					Debug_Printf("CD 3? Huh?!\n");
+					break;
 				}
 			} else
 				Debug_Printf("HD\n");





More information about the Scummvm-git-logs mailing list