From d521cc0e83b279f4cd7a10a1704b8f36827a118d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 4 Feb 2016 20:00:02 +0100 Subject: Remove unneeded headers from common.h, improve error handling --- common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common.c') 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; -- cgit v1.2.3