Skip to content

Commit

Permalink
Hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Mar 30, 2019
1 parent c95f382 commit 148b858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Forms/MainWindow.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class MainWindow : public QMainWindow
QTranslator translator;
QActionGroup *langGroup;
QActionGroup *styleGroup;
const QString VERSION = "v2.2.2";
const QString VERSION = "v2.3.0";

Stationary3 *stationary3 = nullptr;
Wild3 *wild3 = nullptr;
Expand Down
2 changes: 1 addition & 1 deletion Forms/Util/EncounterLookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ QSet<QPair<u8, QString>> EncounterLookup::getEncounters4(Game game, u16 specie)
{
for (auto swarm : { true, false })
{
profiles.append(Profile4("", game, 0, 0, Game::Blank, radio, Language::Nil, false, true));
profiles.append(Profile4("", game, 0, 0, Game::Blank, radio, Language::Nil, false, swarm));
}
}
}
Expand Down

0 comments on commit 148b858

Please sign in to comment.