Skip to content

Commit

Permalink
Blue Coin Textbox Demo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanbowl committed Nov 10, 2024
1 parent eec0618 commit b0dfc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PTD/BlueCoinSystem/source/BlueCoinLayouts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void BlueCoinCounter::exeShowTextBox() {
MR::hideLayout(this);

if (MR::canStartDemo()) {
DemoStartRequestUtil::startDemoSystem((LiveActor*)this, "BlueCoinFirstTimeText", 2, DemoStartInfo::DEMOTYPE_0, DemoStartInfo::CINEMAFRAMETYPE_1, DemoStartInfo::STARPOINTERTYPE_0, DemoStartInfo::DELETEEFFECTYPE_1, 0);
DemoStartRequestUtil::startDemoSystem((LiveActor*)this, "BlueCoinFirstTimeText", 1, DemoStartInfo::DEMOTYPE_0, DemoStartInfo::CINEMAFRAMETYPE_1, DemoStartInfo::STARPOINTERTYPE_0, DemoStartInfo::DELETEEFFECTYPE_0, 0);
MR::requestMovementOn(this);
}
}
Expand Down

0 comments on commit b0dfc4b

Please sign in to comment.