fix: colisió de TRANSPATENT amb macro de windows
This commit is contained in:
@@ -12,7 +12,7 @@ auto Color::fromString(const std::string& name) -> Uint8 {
|
||||
// Incluye nombres oficiales del CPC y aliases para compatibilidad
|
||||
static const std::unordered_map<std::string, Uint8> COLOR_MAP = {
|
||||
// Transparente
|
||||
{"transparent", index(Cpc::TRANSPARENT)},
|
||||
{"transparent", index(Cpc::CLEAR)},
|
||||
|
||||
// Colores oficiales Amstrad CPC
|
||||
{"black", index(Cpc::BLACK)},
|
||||
|
||||
Reference in New Issue
Block a user