From 6fe8d04961c927d22a8b91e04d30450699867817 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 25 Feb 2017 16:20:42 -0500 Subject: Update code to allow for headless mode. --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index 17fa7f3..3256350 100644 --- a/test.c +++ b/test.c @@ -42,7 +42,7 @@ int main() int magicon = 0; double Start = OGGetAbsoluteTime(); - ctx = survive_init( ); + ctx = survive_init( 0 ); if( !ctx ) { -- cgit v1.2.3