netejant capçaleres
This commit is contained in:
@@ -39,9 +39,7 @@ auto Screen::get() -> Screen* {
|
||||
|
||||
// Constructor
|
||||
Screen::Screen()
|
||||
: window_width_(0),
|
||||
window_height_(0),
|
||||
palettes_(Resource::List::get()->getListByType(Resource::List::Type::PALETTE)) {
|
||||
: palettes_(Resource::List::get()->getListByType(Resource::List::Type::PALETTE)) {
|
||||
// Arranca SDL VIDEO, crea la ventana y el renderizador
|
||||
initSDLVideo();
|
||||
if (Options::video.fullscreen) {
|
||||
|
||||
Reference in New Issue
Block a user