Remove gametxid.vout[1] usage

This commit is contained in:
jl777
2019-02-10 01:15:06 -11:00
parent 5e6c99ebec
commit 9919b39bce
2 changed files with 6 additions and 7 deletions

View File

@@ -167,7 +167,7 @@ put_things(struct rogue_state *rs)
obj->o_hplus = 0;
obj->o_dplus = 0;
strncpy(obj->o_damage,"0x0",sizeof(obj->o_damage));
strncpy(obj->o_hurldmg,"0x0",sizeof(obj->o_hurldmg));
strncpy(obj->o_hurldmg,"0x0",sizeof(obj->o_hurldmg));
obj->o_arm = 11;
obj->o_type = AMULET;
/*