diff options
| author | Cracker64 <cracker642@gmail.com> | 2011-03-30 04:02:05 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-03-30 17:58:17 (GMT) |
| commit | 96b93d0964a91901644e192ab4167ad5880030f5 (patch) | |
| tree | 99a910de6c6c50dcf72f40538aeee2e8be960d5e /src | |
| parent | 8fc59be94418e737445f7895f776e32dfefd514b (diff) | |
| download | powder-96b93d0964a91901644e192ab4167ad5880030f5.zip powder-96b93d0964a91901644e192ab4167ad5880030f5.tar.gz | |
forgot to remove some EQVE stuff, wasn't working
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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); |
