forgot to remove some EQVE stuff, wasn't working

This commit is contained in:
Cracker64 2011-03-30 00:02:05 -04:00 committed by Simon
parent 8fc59be944
commit 96b93d0964

View File

@ -3818,12 +3818,7 @@ int process_command(pixel *vid_buf,char *console,char *console_error,PyObject *p
if(strcmp(console2, "quit")==0)
{
return -1;
}
if(strcmp(console2, "eqvetest")==0)
{
EQVETEST = !EQVETEST;
return 1;
} else {
}else {
//handle them command
pargs=Py_BuildValue("(s)",console);
pvalue = PyObject_CallObject(pfunc, pargs);