Skip to content

Commit

Permalink
Removed Unused Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar139 committed Jul 22, 2024
1 parent 8e3564b commit f249295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OPHD/States/MapViewState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ void MapViewState::onKeyDown(NAS2D::EventHandler::KeyCode key, NAS2D::EventHandl
return;
}

const int shiftMoveScalar = NAS2D::EventHandler::shift(mod) ? 5 : 1;

//Reset Scalars
mMoveCommandScalar = 1;

Expand Down

0 comments on commit f249295

Please sign in to comment.