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
@@ -35,7 +35,7 @@ ServerBase::ServerBase(
card_index(card_index),
map_index(map_index),
behavior_flags(behavior_flags),
log(lobby->log.prefix + "[Ep3::Server] "),
log(lobby->log.prefix + "[Ep3::Server] ", lobby->log.min_level),
random_crypt(random_crypt),
is_tournament(!!map_if_tournament),
last_chosen_map(map_if_tournament) {}