fix rounding in division expressions

This commit is contained in:
Martin Michelsen
2023-09-05 22:52:49 -07:00
parent 2b2d8dfb3d
commit f771643880
4 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ public:
int16_t expr_value,
int16_t unknown_p5,
ConditionType cond_type,
uint unknown_p7,
uint32_t unknown_p7,
uint16_t attacker_card_ref);
const Condition* find_condition_with_parameters(
std::shared_ptr<const Card> card,