Skip to content

Commit

Permalink
fgsd
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Feb 7, 2024
1 parent 58313ff commit 89b187b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AttemptAtReversingDialogObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class AttemptAtReversingDialogObject : public cocos2d::CCObject {

return reinterpret_cast<bool(__thiscall*)(AttemptAtReversingDialogObject*, std::string, std::string, int, float, bool, _ccColor3B)>
(base + 0x9a6c0)(this, title, text, type, unknown, also_unknown, textColor);
#elif GEODE_IS_ANDROID
return as<DialogObject*>(this)->init(title, text, type, unknown, also_unknown, textColor);
#else
return base_cast<DialogObject*>(this)->init(title.c_str(), text.c_str(), type, unknown, also_unknown, textColor);
#endif
}

Expand Down

0 comments on commit 89b187b

Please sign in to comment.