Index: ps/trunk/binaries/data/mods/public/simulation/components/WallPiece.js =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/components/WallPiece.js (revision 23686) +++ ps/trunk/binaries/data/mods/public/simulation/components/WallPiece.js (revision 23687) @@ -1,33 +1,33 @@ function WallPiece() {} WallPiece.prototype.Schema = "" + "" + "" + - "" + + "" + "" + "" + "" + - "" + + "" + "" + "" + "" + "" + - "" + + "" + "" + "" + "" + "" + - "" + + "" + "" + "" + ""; WallPiece.prototype.Init = function() { }; WallPiece.prototype.Serialize = null; Engine.RegisterComponentType(IID_WallPiece, "WallPiece", WallPiece);