Skip to content

Commit

Permalink
fixup! feat(radar): convert input to new Lua input system
Browse files Browse the repository at this point in the history
  • Loading branch information
mwerle committed Nov 15, 2024
1 parent e2b015d commit 8b25e38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ship/PlayerShipController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,6 @@ void PlayerShipController::InputBinding::RegisterBindings()

toggleLandingGear = AddAction("BindToggleLandingGear");
controlLandingGear = AddAxis("BindControlLandingGear");

AddAction("BindRadarToggleMode");
AddAction("BindRadarZoomReset");
// TODO: Convert to axis?
AddAction("BindRadarZoomIn");
AddAction("BindRadarZoomOut");
}

PlayerShipController::~PlayerShipController()
Expand Down

0 comments on commit 8b25e38

Please sign in to comment.