aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/pybase.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/source/pybase.h')
-rw-r--r--externals/grill/py/source/pybase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/source/pybase.h b/externals/grill/py/source/pybase.h
index 0da6d8fa..f0ec5640 100644
--- a/externals/grill/py/source/pybase.h
+++ b/externals/grill/py/source/pybase.h
@@ -124,8 +124,8 @@ protected:
bool respond;
#ifdef FLEXT_THREADS
- bool shouldexit;
int thrcount;
+ bool shouldexit;
int stoptick;
Timer stoptmr;