use strict; fixes #83

This commit is contained in:
logsol 2014-12-22 01:43:21 +01:00
parent b886728bf5
commit 2b186be8af
78 changed files with 163 additions and 5 deletions

View file

@ -7,9 +7,10 @@ define([
"Game/" + GLOBALS.context + "/GameObjects/Items/RagDoll"
],
function (Doll, Settings, Nc, Exception, SpectatorDoll, RagDoll) {
"use strict";
function Player (id, physicsEngine, user) {
this.stats = {
health: 100,