mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-21 15:41:35 +02:00
gravmutex = NULL not liked by some compilers (It's not actually correct anyway)
This commit is contained in:
@@ -186,8 +186,8 @@ sign signs[MAXSIGNS];
|
|||||||
|
|
||||||
int numCores = 4;
|
int numCores = 4;
|
||||||
|
|
||||||
pthread_t gravthread;// = NULL;
|
pthread_t gravthread;
|
||||||
pthread_mutex_t gravmutex = NULL;
|
pthread_mutex_t gravmutex;
|
||||||
int grav_ready = 0;
|
int grav_ready = 0;
|
||||||
|
|
||||||
int core_count()
|
int core_count()
|
||||||
|
Reference in New Issue
Block a user