Revert "Const"

This reverts commit 02613880a1.
This commit is contained in:
jl777
2019-03-20 06:29:53 -11:00
parent 02613880a1
commit f8c3d42f9b
4 changed files with 17 additions and 17 deletions

View File

@@ -317,7 +317,7 @@ do_pot(struct rogue_state *rs,int type, bool knowit)
PACT *pp;
int t;
pp = (PACT *)&p_actions[type];
pp = &p_actions[type];
if (!pot_info[type].oi_know)
pot_info[type].oi_know = knowit;
t = spread(pp->pa_time);