gravmutex = NULL not liked by some compilers (It's not actually correct anyway)

This commit is contained in:
Simon Robertshaw 2011-04-25 16:59:04 +01:00
parent 28d9328959
commit 4c153d2f34

View File

@ -186,8 +186,8 @@ sign signs[MAXSIGNS];
int numCores = 4;
pthread_t gravthread;// = NULL;
pthread_mutex_t gravmutex = NULL;
pthread_t gravthread;
pthread_mutex_t gravmutex;
int grav_ready = 0;
int core_count()