Fixed offset of frameskip command-line option
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user