summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-16 20:37:10 +0000
committerPaweł Redman <pawel.redman@gmail.com>2017-12-16 20:37:10 +0000
commit1b1704512b4c83dfa7e17c30f0facc5a7645181a (patch)
treef843823210be5dda636d2ba3f5149ba9f54cd876 /src/game/game.hpp
parent273c601a94464bef2161b9c3a29ea3cf901340e9 (diff)
Clean up unit parameters a bit.
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp3
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;