forgot to remove some EQVE stuff, wasn't working
This commit is contained in:
parent
8fc59be944
commit
96b93d0964
@ -3818,12 +3818,7 @@ int process_command(pixel *vid_buf,char *console,char *console_error,PyObject *p
|
|||||||
if(strcmp(console2, "quit")==0)
|
if(strcmp(console2, "quit")==0)
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}else {
|
||||||
if(strcmp(console2, "eqvetest")==0)
|
|
||||||
{
|
|
||||||
EQVETEST = !EQVETEST;
|
|
||||||
return 1;
|
|
||||||
} else {
|
|
||||||
//handle them command
|
//handle them command
|
||||||
pargs=Py_BuildValue("(s)",console);
|
pargs=Py_BuildValue("(s)",console);
|
||||||
pvalue = PyObject_CallObject(pfunc, pargs);
|
pvalue = PyObject_CallObject(pfunc, pargs);
|
||||||
|
Reference in New Issue
Block a user