aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/vassili.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/entities/vassili.cpp')
-rw-r--r--engines/lastexpress/entities/vassili.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/lastexpress/entities/vassili.cpp b/engines/lastexpress/entities/vassili.cpp
index 951c323f91..db16b0e032 100644
--- a/engines/lastexpress/entities/vassili.cpp
+++ b/engines/lastexpress/entities/vassili.cpp
@@ -350,16 +350,16 @@ IMPLEMENT_FUNCTION(10, Vassili, seizure)
getData()->location = kLocationInsideCompartment;
getAction()->playAnimation(kEventVassiliSeizure);
- getObjects()->update(kObjectCompartmentA, kEntityPlayer, kObjectLocationNone, kCursorHandKnock, kCursorHand);
- getObjects()->update(kObjectCompartment1, kEntityPlayer, kObjectLocationNone, kCursorHandKnock, kCursorHand);
- getProgress().field_18 = 2;
+ getObjects()->update(kObjectCompartmentA, kEntityPlayer, kObjectLocationNone, kCursorHandKnock, kCursorHand);
+ getObjects()->update(kObjectCompartment1, kEntityPlayer, kObjectLocationNone, kCursorHandKnock, kCursorHand);
+ getProgress().field_18 = 2;
- getSavePoints()->push(kEntityVassili, kEntityAnna, kAction191477936);
- getSavePoints()->push(kEntityVassili, kEntityVerges, kAction191477936);
- getSavePoints()->push(kEntityVassili, kEntityCoudert, kAction191477936);
- getScenes()->loadSceneFromObject(kObjectCompartmentA);
+ getSavePoints()->push(kEntityVassili, kEntityAnna, kAction191477936);
+ getSavePoints()->push(kEntityVassili, kEntityVerges, kAction191477936);
+ getSavePoints()->push(kEntityVassili, kEntityCoudert, kAction191477936);
+ getScenes()->loadSceneFromObject(kObjectCompartmentA);
- setup_drawInBed();
+ setup_drawInBed();
break;
}
}