added #define PYEXT so you can use an external tpt_console.py on 64bit OSes

This commit is contained in:
Lieuwe
2011-03-13 18:45:40 +01:00
parent db07c1ee0c
commit c33f6adae7
6 changed files with 31 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ extern unsigned char ZSIZE;
#define BRUSH_NUM 2
#define PYCONSOLE
//#define PYEXT //enable this on 64bit to prevent segfault
#ifdef PIX16
typedef unsigned short pixel;