migrant input: ja compila, ja no peta... falta descomentar mig codi
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
// Constructor
|
||||
Player::Player(int id, float x, int y, bool demo, SDL_FRect &play_area, std::vector<std::shared_ptr<Texture>> texture, const std::vector<std::vector<std::string>> &animations)
|
||||
: player_sprite_(std::make_unique<AnimatedSprite>(texture[0], animations[0])),
|
||||
power_sprite_(std::make_unique<AnimatedSprite>(texture[1], animations[1])),
|
||||
: player_sprite_(std::make_unique<AnimatedSprite>(texture.at(0), animations.at(0))),
|
||||
power_sprite_(std::make_unique<AnimatedSprite>(texture.at(1), animations.at(1))),
|
||||
enter_name_(std::make_unique<EnterName>()),
|
||||
id_(id),
|
||||
play_area_(play_area),
|
||||
|
||||
Reference in New Issue
Block a user