aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index b842a1a44d..63f977725e 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -1389,8 +1389,6 @@ void ScummEngine_v2::o2_roomOps() {
}
void ScummEngine_v2::o2_cutscene() {
- //warning("TODO o2_cutscene()");
-
vm.cutSceneData[0] = _userState | (_userPut ? 16 : 0);
vm.cutSceneData[1] = (int16)VAR(VAR_CURSORSTATE);
vm.cutSceneData[2] = _currentRoom;
@@ -1413,8 +1411,6 @@ void ScummEngine_v2::o2_cutscene() {
}
void ScummEngine_v2::o2_endCutscene() {
- //warning("TODO o2_endCutscene()");
-
vm.cutSceneStackPointer = 0;
VAR(VAR_OVERRIDE) = 0;