SVN r258 (trunk)

This commit is contained in:
Christoph Oelckers 2006-07-16 09:10:45 +00:00
commit ecce60e8f9
90 changed files with 326 additions and 309 deletions

View file

@ -1080,7 +1080,7 @@ void A_BFGSpray (AActor *mo)
continue;
Spawn (spraytype, linetarget->x, linetarget->y,
linetarget->z + (linetarget->height>>2));
linetarget->z + (linetarget->height>>2), ALLOW_REPLACE);
damage = 0;
for (j = 0; j < damagecnt; ++j)