diff options
| -rw-r--r-- | scumm/script_v8.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index 945d3cd73c..de296680fc 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -1252,8 +1252,8 @@ void ScummEngine_v8::o8_kernelSetFunctions() { lock(rtFlObject, objidx); -// if (ObjData.field28 != 0) { -// ObjData.field32 = 1; +// if (ObjData.fl_object_index != 0) { +// ObjData.locked = 1; // } break; } @@ -1266,8 +1266,8 @@ void ScummEngine_v8::o8_kernelSetFunctions() { unlock(rtFlObject, objidx); -// if (ObjData.field28 != 0) { -// ObjData.field32 = 0; +// if (ObjData.fl_object_index != 0) { +// ObjData.locked = 0; // } break; } |
