Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Sep 22, 2024
1 parent 60efd33 commit 202c7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Hacks/Bypass/TheChallenge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class $modify (SecretLayer2)

void onSecretLevel(cocos2d::CCObject* sender)
{
GameManager::get()->m_sceneEnum = 12;

auto scene = CCTransitionFade::create(0.5f, PlayLayer::scene(GameLevelManager::get()->getMainLevel(3001, false), false, false));

CCDirector::get()->replaceScene(scene);
Expand Down

0 comments on commit 202c7da

Please sign in to comment.