[Scummvm-cvs-logs] CVS: scummvm/saga rscfile.cpp,1.39,1.40 saga.h,1.121,1.122

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Sep 9 03:42:09 CEST 2005


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

Modified Files:
	rscfile.cpp saga.h 
Log Message:
Re-named variable.


Index: rscfile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/rscfile.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- rscfile.cpp	30 Aug 2005 11:16:11 -0000	1.39
+++ rscfile.cpp	9 Sep 2005 10:40:49 -0000	1.40
@@ -312,7 +312,7 @@
 	}
 
 	//process external patch files
-	for (j = 0; j < _vm->getGameDescription()->patchsCount; j++) {
+	for (j = 0; j < _vm->getGameDescription()->patchesCount; j++) {
 		patchDescription = &_vm->getGameDescription()->patchDescriptions[j];
 		if ((patchDescription->fileType & context->fileType) != 0) {
 			if (patchDescription->resourceId < context->count) {

Index: saga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.h,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- saga.h	2 Sep 2005 20:17:52 -0000	1.121
+++ saga.h	9 Sep 2005 10:40:49 -0000	1.122
@@ -482,7 +482,7 @@
 	GameSoundInfo *voiceInfo;
 	GameSoundInfo *sfxInfo;
 	GameSoundInfo *musicInfo;
-	int patchsCount;
+	int patchesCount;
 	GamePatchDescription *patchDescriptions;
 	uint32 features;
 





More information about the Scummvm-git-logs mailing list