summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2011-03-30 04:02:05 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-30 17:58:17 (GMT)
commit96b93d0964a91901644e192ab4167ad5880030f5 (patch)
tree99a910de6c6c50dcf72f40538aeee2e8be960d5e /src
parent8fc59be94418e737445f7895f776e32dfefd514b (diff)
downloadpowder-96b93d0964a91901644e192ab4167ad5880030f5.zip
powder-96b93d0964a91901644e192ab4167ad5880030f5.tar.gz
forgot to remove some EQVE stuff, wasn't working
Diffstat (limited to 'src')
-rw-r--r--src/main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index 67e7aa8..614dec3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);