deactivated special Skateboard for now

This commit is contained in:
Jeena 2014-07-03 20:28:36 +02:00
parent 6bc9b7e32b
commit 1c0bedee06

View file

@ -33,8 +33,8 @@ define([
Level.prototype.createItem = function(uid, options) { Level.prototype.createItem = function(uid, options) {
switch(options.type) { switch(options.type) {
case 'skateboard': //case 'skateboard':
return new Skateboard(this.engine, uid, options); // return new Skateboard(this.engine, uid, options);
case 'ragdoll': case 'ragdoll':
return new RagDoll(this.engine, uid, options); return new RagDoll(this.engine, uid, options);
case 'rube': case 'rube':