Skip to content

Commit

Permalink
Added warning chao gameplay
Browse files Browse the repository at this point in the history
  • Loading branch information
Sora-yx committed Feb 25, 2020
1 parent 2fc50bd commit 8b7198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadx-randomizer/Chao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void __cdecl ChaoGameplayCheck() {
HMODULE ChaoGameplay = GetModuleHandle(L"sadx-chao-gameplay");

if (ChaoGameplay && !isChaoGameplayAllowed) {
int msgboxID = MessageBoxA(WindowHandle, "Chao Gameplay Mod has been detected, would you like to pick your Chao before starting your Randomizer Adventure?", "SADX Randomizer", MB_YESNO);
int msgboxID = MessageBoxA(WindowHandle, "Chao Gameplay Mod has been detected, would you like to pick your Chao before starting your Randomizer Adventure? (Note: to disable this message, please Allow Chao Gameplay in the settings.)", "SADX Randomizer", MB_YESNO);
switch (msgboxID)
{
case IDYES:
Expand Down

0 comments on commit 8b7198c

Please sign in to comment.