neteja cppcheck (105 → 0)
This commit is contained in:
@@ -141,7 +141,7 @@ namespace Options {
|
||||
std::string path; // Ruta física del dispositivo
|
||||
Player::Id player_id; // Jugador asociado al mando
|
||||
|
||||
Gamepad(Player::Id custom_player_id = Player::Id::NO_PLAYER)
|
||||
explicit Gamepad(Player::Id custom_player_id = Player::Id::NO_PLAYER)
|
||||
: player_id(custom_player_id) {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user