ajustos de qualitat, canvi de tecles, persistencia de opcions, etc
This commit is contained in:
@@ -156,7 +156,6 @@ class MapEditor {
|
||||
// Opciones persistentes del editor
|
||||
struct Settings {
|
||||
bool grid{false};
|
||||
bool show_render_info{false};
|
||||
Uint8 minimap_bg{2};
|
||||
Uint8 minimap_conn{14};
|
||||
};
|
||||
@@ -257,8 +256,7 @@ class MapEditor {
|
||||
|
||||
// Estado previo (para restaurar al salir)
|
||||
Options::Cheat::State invincible_before_editor_{Options::Cheat::State::DISABLED};
|
||||
bool render_info_before_editor_{false};
|
||||
bool reenter_{false}; // true cuando es un re-enter tras cambio de room (no tocar render_info)
|
||||
bool reenter_{false}; // true cuando es un re-enter tras cambio de room
|
||||
};
|
||||
|
||||
#endif // _DEBUG
|
||||
|
||||
Reference in New Issue
Block a user