Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update libmtnlog to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Jan 1, 2024
1 parent 190f2e0 commit 701f7c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libmtnlog
2 changes: 1 addition & 1 deletion source/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ void Game::init(void)
// set fps timer
timerStart(2, ClockDivider_1024, TIMER_FREQ_1024(1), _countFPS);

// init values of stuff
// init stuff
gameState = State::TitleScreen;
camera = {0, 0};
frameCounter = 0;
Expand Down
1 change: 1 addition & 0 deletions source/worldmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ WorldManager::WorldList WorldManager::getWorlds(void)

std::vector<std::string> WorldManager::getFavoriteWorlds(void)
{
// <data dir>/favWorlds.txt
std::string favWorldsPath = std::string(std::string(mtnconfigGet("dataDir")) + "/favWorlds.txt");

// check if the favorites file exists
Expand Down

0 comments on commit 701f7c6

Please sign in to comment.