Mercurial > hg > early-roguelike
comparison rogue4/potions.c @ 134:cfa9d1609b78
xrogue: fix definition of struct delayed_action.
Arrays of struct delayed_action were declared before the definition.
Also, daemon.c and state.c defined it differently. The state.c
definition, in which d_arg is a union, is now used everywhere.
This is the least bad option, but fuses and daemons are still a
disheartening morass that undoubtedly shelters more bugs.
author | John "Elwin" Edwards |
---|---|
date | Tue, 21 Apr 2015 10:11:02 -0400 |
parents | 9535a08ddc39 |
children | 1b73a8641b37 |
comparison
equal
deleted
inserted
replaced
133:e6179860cb76 | 134:cfa9d1609b78 |
---|