Use NULL instead of (FOO *)0, it's easier to read.
This commit is contained in:
parent
3252f8a907
commit
21bf6b41d4
23 changed files with 75 additions and 79 deletions
|
@ -103,7 +103,7 @@ prod_plane(int etus, int natnum, int *bp, int buildem)
|
|||
}
|
||||
|
||||
onship = 0;
|
||||
shp = (struct shpstr *)0;
|
||||
shp = NULL;
|
||||
if (pp->pln_ship >= 0 && (buildem == 1)) {
|
||||
if (pp->pln_effic >= 80)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue