Fixed offset of frameskip command-line option

This commit is contained in:
pagefault
2001-08-19 20:04:00 +00:00
parent 52d664d286
commit 72137742a7
3 changed files with 3 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ int pccmdline(void)
if(!hasroom) return 4;
frameskip=my_atoi(argv[p+1]);
if(frameskip > 9) return 10;
frameskip++;
p++;
break;
}