Ticket #9238: stamp.patch
File stamp.patch, 321 bytes (added by , 14 years ago) |
---|
-
script_v0.cpp
981 996 owner = getVarOrDirectByte(PARAM_2); 982 997 983 998 if (obj == 0) 984 obj = _active Inventory;999 obj = _activeObject; 985 1000 986 1001 setOwnerOf(obj, owner); 987 1002 }