SVN r54 (trunk)

This commit is contained in:
Christoph Oelckers 2006-04-18 22:15:05 +00:00
commit 8e631eca0b
16 changed files with 120 additions and 23 deletions

View file

@ -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);
}