diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-12-16 20:37:10 +0000 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-12-16 20:37:10 +0000 |
commit | 1b1704512b4c83dfa7e17c30f0facc5a7645181a (patch) | |
tree | f843823210be5dda636d2ba3f5149ba9f54cd876 /src/game/game.hpp | |
parent | 273c601a94464bef2161b9c3a29ea3cf901340e9 (diff) |
Clean up unit parameters a bit.
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r-- | src/game/game.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp index df027ce..3fed3ec 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -117,8 +117,7 @@ namespace game { struct { size_t armor_class; - roll_params_t hit_roll; - roll_params_t damage_roll; + die_t hit_die; } cs; bool dead = false; |