From 704ae4acb257b608e7930dacf1565b4fd675fdaf Mon Sep 17 00:00:00 2001 From: tosh Date: Wed, 27 Mar 2013 15:50:25 +0100 Subject: [PATCH] removes default limit loading stars --- interface/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 5289f9468a..6390494c90 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -339,7 +339,7 @@ void init(void) head_lean_x = WIDTH/2; head_lean_y = HEIGHT/2; - stars.readInput("file://stars.txt"); + stars.readInput("file://stars.txt", 0); // Initialize Field values field = Field();