Update src/fieldmap.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
4e75f6d454
commit
215d57e871
1 changed files with 3 additions and 1 deletions
|
@ -677,8 +677,10 @@ bool8 CameraMove(int x, int y)
|
|||
gSaveBlock1Ptr->pos.y += y;
|
||||
MoveMapViewToBackup(direction);
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
DebugPrintfLevel(MGBA_LOG_WARN, "GetIncomingConnection returned an invalid connection inside CameraMove!");
|
||||
}
|
||||
|
||||
}
|
||||
return gCamera.active;
|
||||
|
|
Loading…
Reference in a new issue