A bunch of stuff that I'm too lazy to list here.

This commit is contained in:
stainless
2001-11-07 02:31:11 +00:00
parent af22ab615a
commit f5d15a49fa
10 changed files with 467 additions and 52 deletions

View File

@@ -261,7 +261,9 @@ int pccmdline(void)
}
case 'n':
{
scanlines=1;
if(!hasroom) return 4;
scanlines=my_atoi(argv[p+1]);
p++;
break;
}
case 's':