mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
added missing orientation for kLoadScene event
svn-id: r46288
This commit is contained in:
parent
fce6502bd8
commit
7b82ad1a8d
@ -750,6 +750,8 @@ bool Scene::processEventQueue() {
|
||||
case SceneEvent::kLoadScene: {
|
||||
if (current_event.scene != 0) {
|
||||
init(current_event.scene, current_event.dst);
|
||||
if (current_event.orientation != 0)
|
||||
orientation = current_event.orientation;
|
||||
sounds.clear();
|
||||
} else {
|
||||
//special case, empty scene
|
||||
|
Loading…
Reference in New Issue
Block a user