Update src/fieldmap.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
gruxor 2023-07-22 14:47:07 -04:00 committed by GitHub
parent 4e75f6d454
commit 215d57e871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -678,7 +678,9 @@ bool8 CameraMove(int x, int y)
MoveMapViewToBackup(direction);
}
else
{
DebugPrintfLevel(MGBA_LOG_WARN, "GetIncomingConnection returned an invalid connection inside CameraMove!");
}
}
return gCamera.active;