Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-03-22 12:00:51 +01:00
parent 4ab6a5f43d
commit da749806c8
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ GameLib.CustomCode.prototype.createGameObject = function(
var array = null; var array = null;
if (objectType === GameLib.CustomCode.OBJECT_TYPE_POWERUP) { if (objectType === GameLib.CustomCode.OBJECT_TYPE_POWERUP) {
type = GameLib.Utils.GetRandomIntInclusive(0, 3); type = GameLib.Utils.GetRandomIntInclusive(0, 2);
switch (type) { switch (type) {
case GameLib.CustomCode.POWERUP_SPEED : case GameLib.CustomCode.POWERUP_SPEED :
mesh = this.createGameMesh(this.materialPowerupSpeed); mesh = this.createGameMesh(this.materialPowerupSpeed);