summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index ae62efc..e40da3d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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()