Next time remove your debug data before you commit
This commit is contained in:
@@ -317,15 +317,15 @@ printf("Hello the gui should now be off.");
|
|||||||
}
|
}
|
||||||
|
|
||||||
case 'z': {
|
case 'z': {
|
||||||
printf("\nDebugger not implemented for Linux version!\n");
|
|
||||||
// FIX STATMAT
|
// FIX STATMAT
|
||||||
if((argv[p+1]) == 's')
|
// if((argv[p+1]) == 's')
|
||||||
{
|
// {
|
||||||
// if(!hasroom) return 4;
|
// if(!hasroom) return 4;
|
||||||
// autoloadstate=my_atoi(argv[p+1]) + 1;
|
// autoloadstate=my_atoi(argv[p+1]) + 1;
|
||||||
// p++;
|
// p++;
|
||||||
}
|
// }
|
||||||
else StereoSound=1;
|
|
||||||
|
StereoSound=1;
|
||||||
|
|
||||||
// FIX STATMAT
|
// FIX STATMAT
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user