Changeset 125 for pycodeshooter
- Timestamp:
- 01/22/12 20:28:08 (14 years ago)
- File:
- 
          - 1 edited
 
 - 
          pycodeshooter/trunk/shooter/system.js (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        pycodeshooter/trunk/shooter/system.jsr124 r125 235 235 function switchBgm(stage) { 236 236 for (var name in System.sound) { 237 if (!name.match(/^bgm_stage/)) 238 continue; 237 239 if (("bgm_stage" + stage) == name) 238 240 playSound(name); 
Note: See TracChangeset
          for help on using the changeset viewer.
      
