mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
Re-named variable.
svn-id: r18798
This commit is contained in:
parent
6f7c29fe9b
commit
d0467607ba
@ -312,7 +312,7 @@ bool Resource::loadContext(ResourceContext *context) {
|
||||
}
|
||||
|
||||
//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) {
|
||||
|
@ -482,7 +482,7 @@ struct GameDescription {
|
||||
GameSoundInfo *voiceInfo;
|
||||
GameSoundInfo *sfxInfo;
|
||||
GameSoundInfo *musicInfo;
|
||||
int patchsCount;
|
||||
int patchesCount;
|
||||
GamePatchDescription *patchDescriptions;
|
||||
uint32 features;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user