wizard # list
The monpoly_control command on the wizard # command list was formatted badly.
This commit is contained in:
@@ -305,7 +305,7 @@ doextlist() /* here after #? - now list all full-word commands */
|
|||||||
putstr(datawin, 0, "");
|
putstr(datawin, 0, "");
|
||||||
|
|
||||||
for(efp = extcmdlist; efp->ef_txt; efp++) {
|
for(efp = extcmdlist; efp->ef_txt; efp++) {
|
||||||
Sprintf(buf, " %-14s - %s.", efp->ef_txt, efp->ef_desc);
|
Sprintf(buf, " %-15s - %s.", efp->ef_txt, efp->ef_desc);
|
||||||
putstr(datawin, 0, buf);
|
putstr(datawin, 0, buf);
|
||||||
}
|
}
|
||||||
display_nhwindow(datawin, FALSE);
|
display_nhwindow(datawin, FALSE);
|
||||||
|
|||||||
Reference in New Issue
Block a user