LoadOpponentMugShot matching
This commit is contained in:
parent
d37280169a
commit
324979428a
|
|
@ -2675,6 +2675,7 @@ void LoadOpponentMugShot(int pIndex) {
|
|||
&gOpponents[pIndex].mug_shot_image_data,
|
||||
&gOpponents[pIndex].mug_shot_image_data_length)) {
|
||||
FatalError(kFatalError_LoadOpponentMugShotFile);
|
||||
return;
|
||||
}
|
||||
MAMSLock((void**)&gOpponents[pIndex].mug_shot_image_data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue