Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
8820 Bug Report minor have not tried 2014-07-23 21:28 2014-07-26 05:24
argonaut Both  
neil All  
normal Both  
resolved 0.15 ancient branch  
0.15-a0-2150-g4d68560 done  
none    
none 0.15 ancient branch  
0008820: bolt::bolt does not initialize was_missile
Found this when working on the Wind Wall spell.

need to do something like:

- special_explosion(NULL), animate(true),
+ special_explosion(NULL), was_missile(false), animate(true),
Issue History
2014-07-23 21:28 argonaut New Issue
2014-07-26 05:24 neil Note Added: 0026842
2014-07-26 05:24 neil Status new => resolved
2014-07-26 05:24 neil Fixed in Branch => 0.15 development branch
2014-07-26 05:24 neil Resolution open => done
2014-07-26 05:24 neil Assigned To => neil

Notes
(0026842)
neil   
2014-07-26 05:24   
Applied in trunk (0.15-a0-2247-g8280aca), thanks!