Messing about with the code on my probably doomed project I had to resort to splitting the object flags collection into four, instead of three, sets (as there were literally too many to fit into the three sets.
Needless to say this has left /* TODO */ comments and bugs spread liberally across the probject.
Anyway is there a better / more user/coder friendly way of handling all these object flags? C++ Bit fields looked promising, but I suppose Angband is too 'C pure' to handle them?
Needless to say this has left /* TODO */ comments and bugs spread liberally across the probject.
Anyway is there a better / more user/coder friendly way of handling all these object flags? C++ Bit fields looked promising, but I suppose Angband is too 'C pure' to handle them?
Comment