mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 02:36:27 +00:00
Rename object fields
svn-id: r14270
This commit is contained in:
parent
904493bb76
commit
5ecfa56b5e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user