} else {
controller = null;
}
} else {
if (ngf.getShip1Pilot() == NewGame.PILOTHUMAN) {
controller = new KeyInterpreter(ship1, new NullShip());
} else {
controller = new KeyInterpreter(new NullShip(), ship2);
}
}
// Adds a planet in the middle of the screen
if (ngf.getUsePlanet() || ngf.getUseGravity()) {