mirror of
https://github.com/RocketRobz/SavvyManager.git
synced 2025-06-18 17:15:34 -04:00
Fix detecting met people from G to I in SS3/SS4 twice
This commit is contained in:
parent
6eac0eabb8
commit
6ade44edbd
@ -167,11 +167,6 @@ void CharacterChange::getList() {
|
||||
peopleMet++;
|
||||
}
|
||||
}
|
||||
for (i = 0; i < (int)sizeof(ss4CharacterOrder_GtoI)/sizeof(u16); i++) {
|
||||
if (existsSS4Character(ss4CharacterOrder_GtoI[i])) {
|
||||
peopleMet++;
|
||||
}
|
||||
}
|
||||
for (i = 0; i < (int)sizeof(ss4CharacterOrder_JtoL)/sizeof(u16); i++) {
|
||||
if (existsSS4Character(ss4CharacterOrder_JtoL[i])) {
|
||||
peopleMet++;
|
||||
@ -235,11 +230,6 @@ void CharacterChange::getList() {
|
||||
peopleMet++;
|
||||
}
|
||||
}
|
||||
for (i = 0; i < (int)sizeof(ss3CharacterOrder_GtoI)/sizeof(u16); i++) {
|
||||
if (existsSS3Character(ss3CharacterOrder_GtoI[i])) {
|
||||
peopleMet++;
|
||||
}
|
||||
}
|
||||
for (i = 0; i < (int)sizeof(ss3CharacterOrder_JtoL)/sizeof(u16); i++) {
|
||||
if (existsSS3Character(ss3CharacterOrder_JtoL[i])) {
|
||||
peopleMet++;
|
||||
|
Loading…
Reference in New Issue
Block a user