Skip to content

Commit

Permalink
Remove music stopping
Browse files Browse the repository at this point in the history
because annoyance...
  • Loading branch information
gummywormz committed Aug 4, 2016
1 parent 0e73128 commit 6fe25f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 123death/CORE.ACS
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Script 886 (void)
{
Delay (random(10 * 35,25 * 15));
helprandom = random(0,63);
SetMusic("");
//SetMusic("");
for (int a=1000; a<1033; a++)
{
GiveActorInventory(a,help[helprandom],1);
Expand All @@ -199,10 +199,10 @@ for (a=1000; a<1033; a++)
TakeActorInventory(a,help[helprandom],1);
}
roundspassed++;
SetMusic("*");
//SetMusic("*");
//tengu man work around
if(GetLevelInfo(LEVELINFO_LEVELNUM) == 68){
SetMusic("TENMUS");
//SetMusic("TENMUS");
}
Delay(1);
Restart;
Expand Down
Binary file modified 123death/acs/CORE.o
Binary file not shown.

0 comments on commit 6fe25f8

Please sign in to comment.