diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-12 17:57:33 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-12 17:57:33 -0400 |
| commit | 10651a0c4e6b5280528392ac3119f90487e67473 (patch) | |
| tree | 7601bc96e151bda938707ec96df6ea330736791b /src/d/actor/d_a_daiocta.cpp | |
| parent | cbd7e076c6815b9574e52bb86b7a40e7f47bbbe2 (diff) | |
Player inlines and item enums
Diffstat (limited to 'src/d/actor/d_a_daiocta.cpp')
| -rw-r--r-- | src/d/actor/d_a_daiocta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_daiocta.cpp b/src/d/actor/d_a_daiocta.cpp index 6ba79140..0210ad41 100644 --- a/src/d/actor/d_a_daiocta.cpp +++ b/src/d/actor/d_a_daiocta.cpp @@ -1202,7 +1202,7 @@ void daDaiocta_c::modeDemo() { mDoAud_subBgmStop(); #endif if (m575 == 0xFF) { - daPy_getPlayerLinkActorClass()->startRestartRoom(6, 0xC9, -1.0f, 1); + daPy_getPlayerLinkActorClass()->setDaiokutaEnd(); } else { dComIfGp_setNextStage( dComIfGp_getStartStageName(), |
