Changeset 113 for pycodeshooter
- Timestamp:
- 01/20/12 01:49:16 (14 years ago)
- File:
- 
          - 1 edited
 
 - 
          pycodeshooter/trunk/shooter/trooper.js (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        pycodeshooter/trunk/shooter/trooper.jsr112 r113 144 144 this.bullets[i].next(); 145 145 146 if (this.bullets[i].vanished( ))146 if (this.bullets[i].vanished(this.w, this.h)) 147 147 delIdx.push(i); 148 148 } 
Note: See TracChangeset
          for help on using the changeset viewer.
      
