diff --git a/src/AttemptAtReversingDialogObject.h b/src/AttemptAtReversingDialogObject.h index f7fe22a..f1fb727 100644 --- a/src/AttemptAtReversingDialogObject.h +++ b/src/AttemptAtReversingDialogObject.h @@ -30,8 +30,8 @@ class AttemptAtReversingDialogObject : public cocos2d::CCObject { return reinterpret_cast (base + 0x9a6c0)(this, title, text, type, unknown, also_unknown, textColor); - #elif GEODE_IS_ANDROID - return as(this)->init(title, text, type, unknown, also_unknown, textColor); + #else + return base_cast(this)->init(title.c_str(), text.c_str(), type, unknown, also_unknown, textColor); #endif }