Changeset 91


Ignore:
Timestamp:
01/10/11 00:03:57 (13 years ago)
Author:
atzm
Message:

fixed a trivial bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycodeshooter/trunk/shooter/barrage.js

    r81 r91  
    138138        this.curAngle += this.delta; 
    139139 
    140         if (--this.remain < 0) { 
     140        if (--this.remain <= 0) { 
    141141            return this.reset(); 
    142142        } 
Note: See TracChangeset for help on using the changeset viewer.