angered-ghandi / OpenAOE

An open source reimplementation of Age of Empires (1997)
Other
66 stars 6 forks source link

Rename Age structs in the dat crate #30

Closed angered-ghandi closed 8 years ago

angered-ghandi commented 8 years ago

There are a set of structs called Age, AgeEffect, etc in the dat crate. These names are inaccurate as they have nothing to do with the ages in the game, but are instead groups of effects that research can have in the game.

We should rename them to ResearchEffectGroup, ResearchEffect, and ResearchEffectValue.

phrohdoh commented 8 years ago

I am doing this right now.