Address review comments (cleanup)

This commit is contained in:
PikalaxALT
2020-03-19 10:25:17 -04:00
parent e078e4b315
commit a8403c0779
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1175,9 +1175,9 @@ int SetCableClubWarp(void)
{
struct MapPosition position;
GetPlayerMovementDirection(); //unnecessary
GetPlayerMovementDirection(); // unnecessary
GetPlayerPosition(&position);
MapGridGetMetatileBehaviorAt(position.x, position.y); //unnecessary
MapGridGetMetatileBehaviorAt(position.x, position.y); // unnecessary
SetupWarp(&gMapHeader, GetWarpEventAtMapPosition(&gMapHeader, &position), &position);
return 0;
}