Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/src/js/jgame.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 79 by tsugehara, Thu Apr 4 03:45:16 2013 UTC revision 80 by tsugehara, Thu Apr 11 18:37:18 2013 UTC
# Line 3116  var Game = (function () { Line 3116  var Game = (function () {
3116              } else {              } else {
3117                  if(e.action == InputEventAction.Down) {                  if(e.action == InputEventAction.Down) {
3118                      this.setPointingEntity(e);                      this.setPointingEntity(e);
3119                    } else if(!this.dragParam) {
3120                        return;
3121                  } else {                  } else {
3122                      (e).set(this.dragParam.entity);                      (e).set(this.dragParam.entity);
3123                  }                  }
3124                  if((e).entity[n]) {                  if((e).entity && (e).entity[n]) {
3125                      (e).entity[n].fire(e);                      (e).entity[n].fire(e);
3126                  }                  }
3127                  if(this.scene[n]) {                  if(this.scene[n]) {

Legend:
Removed from v.79  
changed lines
  Added in v.80

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26