claude: arreglos d'estil
This commit is contained in:
@@ -187,7 +187,7 @@ struct ParamPlayer {
|
||||
Color::fromHex(GameDefaults::Player::TwoCoffeeShirt::PLAYER1_LIGHT))}};
|
||||
};
|
||||
|
||||
// --- Estructura principal para almacenar todos los parámetros del juego ---
|
||||
// --- Estructura Param: almacena todos los parámetros del juego ---
|
||||
struct Param {
|
||||
ParamGame game;
|
||||
ParamFade fade;
|
||||
@@ -220,8 +220,8 @@ struct Param {
|
||||
void precalculateZones();
|
||||
};
|
||||
|
||||
// --- Variable global con los parámetros del juego ---
|
||||
extern Param param;
|
||||
// --- Variables ---
|
||||
extern Param param; // Variable global con los parámetros del juego
|
||||
|
||||
// --- Funciones globales ---
|
||||
void loadParamsFromFile(const std::string& file_path);
|
||||
// --- Funciones ---
|
||||
void loadParamsFromFile(const std::string& file_path); // Carga parámetros desde archivo
|
||||
Reference in New Issue
Block a user