summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/objects.js b/objects.js
index c843de9..fad1b6a 100644
--- a/objects.js
+++ b/objects.js
@@ -123,7 +123,7 @@ PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.objects = '2013-July-31';
+modules.objects = '2013-August-06';
var SpriteMorph;
var StageMorph;
@@ -1169,6 +1169,9 @@ SpriteMorph.prototype.init = function (globals) {
this.idx = 0; // not to be serialized (!) - used for de-serialization
this.wasWarped = false; // not to be serialized, used for fast-tracking
+ this.parts = []; // sprite nesting
+ this.anchor = null; // sprite nesting
+
SpriteMorph.uber.init.call(this);
this.isDraggable = true;