diff --git a/data/gfx/logo/logo_retroweekend.png b/data/gfx/logo/logo_retroweekend.png deleted file mode 100644 index 5e10ebf..0000000 Binary files a/data/gfx/logo/logo_retroweekend.png and /dev/null differ diff --git a/source/director.cpp b/source/director.cpp index f5e8d8e..c120e1a 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -101,6 +101,7 @@ void Director::init() dbg_init(renderer_); lang::loadFromFile(getLangFile(static_cast(options.game.language))); Screen::init(window_, renderer_); + SDL_ShowCursor(SDL_DISABLE); Resource::init(); Input::init(Asset::get()->get("gamecontrollerdb.txt")); bindInputs(); @@ -480,7 +481,6 @@ void Director::setFileList() Asset::get()->add(prefix + "/data/gfx/logo/logo_jailgames.png", AssetType::BITMAP); Asset::get()->add(prefix + "/data/gfx/logo/logo_jailgames_mini.png", AssetType::BITMAP); Asset::get()->add(prefix + "/data/gfx/logo/logo_since_1998.png", AssetType::BITMAP); - Asset::get()->add(prefix + "/data/gfx/logo/logo_retroweekend.png", AssetType::BITMAP); } { // Items diff --git a/source/logo.cpp b/source/logo.cpp index bd91d90..366d7c6 100644 --- a/source/logo.cpp +++ b/source/logo.cpp @@ -159,10 +159,7 @@ void Logo::updateJAILGAMES() // Gestiona el logo de RETROWEEKEND void Logo::updateRETROWEEKEND() { - if (SDL_GetTicks() >= ticks_start_ + 5000) - { - section::name = section::Name::INTRO; - } + section::name = section::Name::INTRO; } // Gestiona el color de las texturas