mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-06-08 17:42:05 +00:00
Fix subtitles not appearing when starting a new game.
The problem originally appeared in changeset 203af0d613b4.
This commit is contained in:
parent
da15c7424e
commit
faf4023b5d
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ void Intro2::applyState()
|
||||||
|
|
||||||
//addAction(MakeFunctionEvent(Intro2, skipIntro), KEY_ESCAPE, 0);
|
//addAction(MakeFunctionEvent(Intro2, skipIntro), KEY_ESCAPE, 0);
|
||||||
|
|
||||||
|
dsq->subtitlePlayer.show(0.5f);
|
||||||
|
|
||||||
core->resetCamera();
|
core->resetCamera();
|
||||||
|
|
||||||
dsq->jiggleCursor();
|
dsq->jiggleCursor();
|
||||||
|
|
Loading…
Add table
Reference in a new issue