| 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; |
| 142 |
abortf("Invalid player control: %s\n", ctlspec); |
141 |
abortf("Invalid player control: %s\n", ctlspec); |