We don't need to use the narrator anymore to prevent scrolling...
...thanks to scroll=no; fixes bug #18459.
This commit is contained in:
parent
b3bb32c01e
commit
6d421cb1ba
1 changed files with 8 additions and 12 deletions
|
@ -38,21 +38,18 @@
|
|||
[scroll_to_unit]
|
||||
id={ID_STRING}
|
||||
[/scroll_to_unit]
|
||||
# Pretend this is narrator, since otherwise we scroll back.
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
caption= _"Galdrad"
|
||||
image=portraits/elves/captain.png
|
||||
speaker=Galdrad
|
||||
scroll=no
|
||||
message={MESSAGE_TEXT}
|
||||
[/message]
|
||||
#enddef
|
||||
|
||||
#define TALK_NO_MOVE MESSAGE_TEXT
|
||||
# Pretend this is narrator, since otherwise we scroll back.
|
||||
[message]
|
||||
speaker=narrator
|
||||
caption= _"Galdrad"
|
||||
image=portraits/elves/captain.png
|
||||
speaker=Galdrad
|
||||
scroll=no
|
||||
message={MESSAGE_TEXT}
|
||||
[/message]
|
||||
#enddef
|
||||
|
@ -61,11 +58,10 @@
|
|||
[scroll_to]
|
||||
x,y={POSITION}
|
||||
[/scroll_to]
|
||||
# Pretend this is narrator, since otherwise we scroll back.
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
caption= _"Galdrad"
|
||||
image=portraits/elves/captain.png
|
||||
speaker=Galdrad
|
||||
scroll=no
|
||||
message={MESSAGE_TEXT}
|
||||
[/message]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue