Transició a surface: barallantme amb tots els Color que hi ha pel codi
This commit is contained in:
@@ -635,15 +635,15 @@ void Player::setColor()
|
||||
{
|
||||
if (options.cheats.invincible == Cheat::CheatState::ENABLED)
|
||||
{
|
||||
color_ = stringToColor(options.video.palette, "cyan");
|
||||
color_ = stringToColor("cyan");
|
||||
}
|
||||
else if (options.cheats.infinite_lives == Cheat::CheatState::ENABLED)
|
||||
{
|
||||
color_ = stringToColor(options.video.palette, "yellow");
|
||||
color_ = stringToColor("yellow");
|
||||
}
|
||||
else
|
||||
{
|
||||
color_ = stringToColor(options.video.palette, "white");
|
||||
color_ = stringToColor("white");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user