Added -S flag

This commit is contained in:
ceriel
1991-03-05 17:52:37 +00:00
parent 3a715f5479
commit 82b3ae254c
5 changed files with 9 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ char loptions[128]; /* one for every char */
#endif LINT
extern int idfsize;
extern int density;
static int txt2int();
@@ -337,6 +338,9 @@ deleted, is now a debug-flag
break;
}
#endif NOCROSS
case 'S':
density = txt2int(&text);
break;
#endif LINT
}
}