(ldump, ndump, pdump, sdump): Remove leading spaces in deity dumps;

they waste bandwidth and don't match dump().
This commit is contained in:
Markus Armbruster 2004-08-17 14:44:06 +00:00
parent 8a0854b6b8
commit 921a55d508
4 changed files with 4 additions and 4 deletions

View file

@ -206,7 +206,7 @@ pdump(void)
continue;
nplanes++;
if (player->god)
pr("%3d ", plane.pln_own);
pr("%d ", plane.pln_own);
pr("%d", np.cur);
n = 0;
while (field[n]) {