Ejemplo n.º 1
0
 void send_curr_map(int cn)
 {
     if (scenario_code.is_empty()) return;
     send_NotifyAboutCurrentScenario(
         cn,
         curr_map_id.get_buf(),
         scenario_code.get_buf()
     );
 }
Ejemplo n.º 2
0
 void send_curr_map(int cn) {
     if (!scenario_code[0]) return;
     send_NotifyAboutCurrentScenario(cn, curr_map_id, scenario_code);
 }