Rename object fields

svn-id: r14270
This commit is contained in:
Travis Howell 2004-07-19 01:58:08 +00:00
parent 904493bb76
commit 5ecfa56b5e

View File

@ -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;
}