1
This commit is contained in:
parent
72ead02eec
commit
dc6c86ac24
@ -127,6 +127,11 @@ namespace mt
|
||||
s_.speed_rf = GetIntParam("SpeedRF", 5.0f);
|
||||
s_.speed_rate_max = GetIntParam("SpeedRateMax", 0.2f);
|
||||
|
||||
s_.battle_hint_interval = GetIntParam("battle_hint_interval", s_.battle_hint_interval);
|
||||
s_.battle_hint_duration = GetIntParam("battle_hint_duration", s_.battle_hint_duration);
|
||||
s_.battle_hint_view_range = GetIntParam("battle_hint_view_range", s_.battle_hint_view_range);
|
||||
s_.battle_hint_broadcast_range = GetIntParam("battle_hint_broadcast_range", s_.battle_hint_broadcast_range);
|
||||
|
||||
#ifdef MYDEBUG
|
||||
s_.match_team_time = 6;
|
||||
s_.match_robot_time = 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user