Skip to content

Commit

Permalink
Merge pull request #77037 from RenechCDDA/kill_tutorial_loadscreen
Browse files Browse the repository at this point in the history
Kill loadscreen on tutorial start
  • Loading branch information
Maleclypse authored Oct 14, 2024
2 parents 2e5b3cf + 0624717 commit 6153d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gamemode_tutorial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "debug.h"
#include "game.h"
#include "item.h"
#include "loading_ui.h"
#include "map.h"
#include "map_iterator.h"
#include "mapdata.h"
Expand Down Expand Up @@ -132,6 +133,7 @@ std::string enum_to_string<tut_lesson>( tut_lesson data )

bool tutorial_game::init()
{
loading_ui::done();
// TODO: clean up old tutorial

// Start at noon at the end of the spring and set a fixed temperature of 20 degrees to prevent freezing
Expand Down

0 comments on commit 6153d60

Please sign in to comment.