Fixed typo.
This commit is contained in:
parent
7456e3ce14
commit
e71c3dbd1b
1 changed files with 1 additions and 1 deletions
|
@ -1716,7 +1716,7 @@ void UpdateFollowingPokemon(void) { // Update following pokemon if any
|
||||||
|
|
||||||
void RemoveFollowingPokemon(void) { // Remove follower object. Idempotent.
|
void RemoveFollowingPokemon(void) { // Remove follower object. Idempotent.
|
||||||
struct ObjectEvent *objectEvent = GetFollowerObject();
|
struct ObjectEvent *objectEvent = GetFollowerObject();
|
||||||
if (objectEvent == NULL)g
|
if (objectEvent == NULL)
|
||||||
return;
|
return;
|
||||||
RemoveObjectEvent(objectEvent);
|
RemoveObjectEvent(objectEvent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue