Backport some changes from devel:
- Additional dialogue lines for MAP11 and MAP20. - Officially support Ultimate Doom 2. - Localizable dialogue speaker names.
This commit is contained in:
parent
5a5054d8e3
commit
180988f6ce
13 changed files with 237 additions and 92 deletions
|
|
@ -325,7 +325,7 @@ class swwm_PolyobjectHandle: Thinker
|
|||
Level.ExecuteSpecial(Polyobj_Stop, activator, StartLine, Line.Front, PolyobjectNum);
|
||||
// Move the polyobject
|
||||
Level.ExecuteSpecial(Polyobj_OR_MoveTo, activator, StartLine, Line.Front, PolyobjectNum,
|
||||
Speed, dest.x, dest.y);
|
||||
Speed, int(dest.x), int(dest.y));
|
||||
|
||||
// Polyobj_OR_MoveTo ignores the sound sequence set by the polyobject.
|
||||
// Play the sound sequence manually inside the sector containing the polyobject.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue