1
0
Fork 0
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:
fgenesis 2012-05-21 03:35:20 +02:00
parent da15c7424e
commit faf4023b5d

View file

@ -66,6 +66,8 @@ void Intro2::applyState()
//addAction(MakeFunctionEvent(Intro2, skipIntro), KEY_ESCAPE, 0);
dsq->subtitlePlayer.show(0.5f);
core->resetCamera();
dsq->jiggleCursor();