diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index 7f18c77..074f611 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: config: - - name: Windows - os: windows-latest + #- name: Windows + #os: windows-latest - name: Android32 os: ubuntu-latest diff --git a/src/_main.hpp b/src/_main.hpp index 98e18df..cb4f41d 100644 --- a/src/_main.hpp +++ b/src/_main.hpp @@ -180,8 +180,8 @@ namespace mle_leveltools { return level; } inline auto updateLevelDataAndMetaFiles(gd::string str, GJGameLevel* level) { - return; level->m_levelString = str; + return; level = replaceUserCoinsBySecretOnesInLevel(level); auto level_path_to_save = (levels_path / fmt::format("{}.txt", level->m_levelID.value())); std::ofstream(level_path_to_save) << std::string(level->m_levelString.data());