OSDN Git Service

ステージ修復
[h58pcdgame/GameScriptCoreLibrary.git] / www / corelib / classes / MainCharacters / MainCharacterClass_Man.js
index c0c6541..c3d9db3 100644 (file)
@@ -6,7 +6,7 @@ this.size.x = 32;
        this.movingVelocity = 200;
 
        this.ownerUID = stage.manager.userID;
-       stage.userControlledCharacter = this;
+       
        stage.addStageObject(this, true);
 
 }.extend(MainCharacterClass, {