void starbase_attack_warning(struct mtwist_state *mt, char *buffer, int buflen, int line_len) { char do_avoid[100]; strcpy(do_avoid, avoid(mt)); do_avoid[0] = toupper(do_avoid[0]); snprintf(buffer, buflen, "%s %s and %s or %s %s\n", be_advised(mt), cease_fire(mt), get_lost(mt), you_will_be(mt), destroyed(mt)); break_lines(buffer, line_len); }
void Robot::fire_one() { // Use timer to pulse dispenser for 15ms this->fire(); QTimer::singleShot(50, this, SLOT(cease_fire())); }