summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.c b/common.c
index e9258c1..b459f31 100644
--- a/common.c
+++ b/common.c
@@ -36,9 +36,9 @@
char *filename;
float current_time = 0;
-GLint param0 = 0;
-GLint param1 = 0;
-GLint param2 = 0;
+int param0 = 0;
+int param1 = 0;
+int param2 = 0;
static GLint time_loc;