SVN r54 (trunk)
This commit is contained in:
parent
c3c22c9453
commit
8e631eca0b
16 changed files with 120 additions and 23 deletions
|
|
@ -293,5 +293,7 @@ void A_ProgrammerDeath (AActor *self)
|
|||
break;
|
||||
}
|
||||
}
|
||||
P_StartScript (self, NULL, 250, NULL, 0, 0, 0, 0, false, false);
|
||||
// the sky change scripts are now done as special actions in MAPINFO
|
||||
A_BossDeath(self);
|
||||
//P_StartScript (self, NULL, 250, NULL, 0, 0, 0, 0, false, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue