diff --git a/Debug/prboom.log b/Debug/prboom.log index a45aeb3..b8f87e0 100644 --- a/Debug/prboom.log +++ b/Debug/prboom.log @@ -1 +1 @@ - make[1]: Nothing to be done for `all'. + make[1]: Nothing to be done for 'all'. diff --git a/arm11/source/musplay.c b/arm11/source/musplay.c index 2130ec1..fea56d4 100644 --- a/arm11/source/musplay.c +++ b/arm11/source/musplay.c @@ -895,6 +895,7 @@ void mus_play_timer(void) { { // end of song //if (mus->loopcount && // (mus->loopcount == -1U || --mus->loopcount)) // -1: loop forever + OPLstopMusic(mus); MUSdata = score; //else // mus->state = ST_STOPPED; diff --git a/prboom3ds.3ds b/prboom3ds.3ds index a1ea3cc..13acd8a 100644 Binary files a/prboom3ds.3ds and b/prboom3ds.3ds differ diff --git a/prboom3ds.3dsx b/prboom3ds.3dsx index 7f72a59..3bdd242 100644 Binary files a/prboom3ds.3dsx and b/prboom3ds.3dsx differ diff --git a/prboom3ds.cia b/prboom3ds.cia index d00dd57..82095bb 100644 Binary files a/prboom3ds.cia and b/prboom3ds.cia differ