Browse Subversion Repository
Diff of /trunk/src/js/jgame.js
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|