diff --git a/src/main.cpp b/src/main.cpp index 1a671ce..bc08fcb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,7 +98,7 @@ class $modify(MenuLayer) { class $modify(GJMoreGamesLayer) { void customSetup() { GJMoreGamesLayer::customSetup(); - #ifndef GEODE_IS_ANDROID + #ifndef GEODE_IS_MOBILE CCLayer* cclayer = dynamic_cast(getChildren()->objectAtIndex(0));