1
This commit is contained in:
parent
0b89e71303
commit
e0373b472c
@ -394,6 +394,8 @@ private:
|
|||||||
bool sending_battlereport_ = false;
|
bool sending_battlereport_ = false;
|
||||||
bool is_game_end_ = false;
|
bool is_game_end_ = false;
|
||||||
bool sent_personal_report_ = false;
|
bool sent_personal_report_ = false;
|
||||||
|
long long last_battle_hint_frameno_ = 0;
|
||||||
|
int last_battle_hint_uniid_ = 0;
|
||||||
|
|
||||||
long long jump_frameno_ = 0;
|
long long jump_frameno_ = 0;
|
||||||
float old_sync_speed = 0;
|
float old_sync_speed = 0;
|
||||||
|
@ -169,6 +169,11 @@ namespace mt
|
|||||||
std::vector<float> spd_eff_fac_vec;
|
std::vector<float> spd_eff_fac_vec;
|
||||||
std::vector<float> spd_pun_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> block_effect_range;
|
||||||
std::vector<float> crit_effect_range;
|
std::vector<float> crit_effect_range;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user