New show product
This is the human-readable buddy of xdump product, which dumps pchr[]. It duplicates much of the information in show sect c, but in more accessible form. It's in show_product(). Remove product information from info Quick-ref. show reflects the actual game, is more complete, and should be just as readable.
This commit is contained in:
parent
ae8c4620b0
commit
71bbd642df
7 changed files with 101 additions and 136 deletions
|
@ -98,6 +98,10 @@ show(void)
|
|||
cfunc = show_land_capab;
|
||||
break;
|
||||
case 'p':
|
||||
if (p[1] == 'r') {
|
||||
show_product(99999);
|
||||
return RET_OK;
|
||||
}
|
||||
bfunc = show_plane_build;
|
||||
sfunc = show_plane_stats;
|
||||
cfunc = show_plane_capab;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue