Merge branch 'master' of https://github.com/rheit/zdoom
# Conflicts: # src/actor.h
This commit is contained in:
commit
954f03e531
23 changed files with 120 additions and 114 deletions
|
|
@ -3277,8 +3277,8 @@ FUNC(LS_GlassBreak)
|
|||
|
||||
x = ln->v1->x + ln->dx/2;
|
||||
y = ln->v1->y + ln->dy/2;
|
||||
x += (ln->frontsector->soundorg[0] - x) / 5;
|
||||
y += (ln->frontsector->soundorg[1] - y) / 5;
|
||||
x += (ln->frontsector->centerspot.x - x) / 5;
|
||||
y += (ln->frontsector->centerspot.y - y) / 5;
|
||||
|
||||
for (int i = 0; i < 7; ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue