Skip to content

Commit

Permalink
Update src/fieldmap.c
Browse files Browse the repository at this point in the history
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
  • Loading branch information
gruxor and LOuroboros authored Jul 22, 2023
1 parent 4e75f6d commit 215d57e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/fieldmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 215d57e

Please sign in to comment.