Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109476
Collapse All | Expand All

(-)src/main.c.old (-1 lines)
Lines 136-142 Link Here
136
        case 'h':
136
        case 'h':
137
            if (ctlspec[1] == 0 || strcasecmp(ctlspec, "human") == 0) ctl = PLAYER_CTRL_HUMAN;
137
            if (ctlspec[1] == 0 || strcasecmp(ctlspec, "human") == 0) ctl = PLAYER_CTRL_HUMAN;
138
            break;
138
            break;
139
        default:
140
    }
139
    }
141
    if (ctl != PLAYER_CTRL_CPU && ctl != PLAYER_CTRL_HUMAN)
140
    if (ctl != PLAYER_CTRL_CPU && ctl != PLAYER_CTRL_HUMAN)
142
        abortf("Invalid player control: %s\n", ctlspec);
141
        abortf("Invalid player control: %s\n", ctlspec);

Return to bug 109476