mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-24 21:55:42 +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);
|
||||
|
||||
dsq->subtitlePlayer.show(0.5f);
|
||||
|
||||
core->resetCamera();
|
||||
|
||||
dsq->jiggleCursor();
|
||||
|
|
Loading…
Reference in a new issue