This commit is contained in:
aozhiwei 2024-09-06 14:10:17 +08:00
parent 0b89e71303
commit e0373b472c
2 changed files with 7 additions and 0 deletions

View File

@ -394,6 +394,8 @@ private:
bool sending_battlereport_ = false;
bool is_game_end_ = false;
bool sent_personal_report_ = false;
long long last_battle_hint_frameno_ = 0;
int last_battle_hint_uniid_ = 0;
long long jump_frameno_ = 0;
float old_sync_speed = 0;

View File

@ -169,6 +169,11 @@ namespace mt
std::vector<float> spd_eff_fac_vec;
std::vector<float> spd_pun_fac_vec;
int battle_hint_interval = 10;
int battle_hint_disappear = 10;
int battle_hint_view_range = 512;
int battle_hint_broadcast_range = 800;
std::vector<float> block_effect_range;
std::vector<float> crit_effect_range;