summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 5e0a197..da34ea2 100644
--- a/src/common.h
+++ b/src/common.h
@@ -100,6 +100,7 @@ struct global {
char headless;
char debug;//flag
char selected_object[2000];//meh
+ int periodic_output;//if false, we output commands from keypresses as they're being sent to the command interpreter. if true we output every value amount of time. miliseconds probably.
real mmz;
struct c3_shape *shape[SHAPES];
int shapes;