This commit is contained in:
jl777
2019-03-19 01:38:15 -11:00
parent 0322f2d98c
commit 02613880a1
4 changed files with 17 additions and 17 deletions

View File

@@ -163,7 +163,7 @@ fall(struct rogue_state *rs,THING *obj, bool pr)
void
init_weapon(THING *weap, int which)
{
struct init_weaps *iwp;
const struct init_weaps *iwp;
weap->o_type = WEAPON;
weap->o_which = which;
iwp = &init_dam[which];