Skip to content

Commit

Permalink
dfs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Aug 10, 2024
1 parent 525efd4 commit eef4f41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Client/ClientSetup.h
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@ class ClientUtils
Client::GetModule("editor-wave-trail")->setIncompatible("This mod has <cr>not yet</c> been ported to <cl>ARM Mac</c>");
#endif

#ifdef GEODE_IS_MACOS
Client::GetModule("smart-startpos")->setIncompatible("This mod has <cr>not yet</c> been ported to <cl>MacOS</c>");
#endif

#ifndef QOLMOD_ALL_MODES_PLATFORMER
Client::GetModule("all-plat")->setIncompatible("This mod has <cr>not yet</c> been ported to <cl>2.206</c>.");
#endif
Expand Down
6 changes: 5 additions & 1 deletion src/Hacks/SmartStartpos.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef GEODE_IS_MACOS

#include <Geode/Geode.hpp>
#include <Geode/modify/PlayLayer.hpp>
#include <Geode/modify/UILayer.hpp>
Expand Down Expand Up @@ -179,4 +181,6 @@ class $modify (SmartPlayLayer, PlayLayer)
}

QOLMOD_MOD_HOOK("smart-startpos", "PlayLayer::createObjectsFromSetupFinished")
};
};

#endif

0 comments on commit eef4f41

Please sign in to comment.