(svn r3613) Some more const, indentation, whitespace and similar stuff
This commit is contained in:
@@ -239,8 +239,7 @@ int AiNew_PickVehicle(Player *p)
|
||||
if (!CmdFailed(ret)) break;
|
||||
}
|
||||
// We did not find a vehicle :(
|
||||
if (CmdFailed(ret)) return -1;
|
||||
return i;
|
||||
return CmdFailed(ret) ? -1 : i;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user