Added a new video mode to the DOS port.

This commit is contained in:
stainless
2001-09-05 23:14:01 +00:00
parent 42c5e322da
commit d4fa4e1fdb
7 changed files with 257 additions and 87 deletions

View File

@@ -198,7 +198,7 @@ int pccmdline(void)
{
if(!hasroom) return 4;
cvidmode=my_atoi(argv[p+1]);
if(cvidmode > 10) return 13;
if(cvidmode > 11) return 13;
p++;
}
break;