no need to include tpt_console.py on 64bit anymore.

This commit is contained in:
Lieuwe
2011-03-15 19:18:31 +01:00
parent 59c0414ab4
commit 34051303cf
5 changed files with 50 additions and 23 deletions

View File

@@ -68,7 +68,9 @@ extern unsigned char ZSIZE;
#define BRUSH_NUM 2
#define PYCONSOLE
//#define PYEXT //enable this on 64bit to prevent segfault
//#define PYEXT
//WARNING pyext must be defined on 64bit!
//also, don't add a comment on that line, it breaks.
#ifdef PIX16
typedef unsigned short pixel;