mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 01:43:27 +02:00
removes default limit loading stars
This commit is contained in:
parent
f98cd10485
commit
704ae4acb2
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ void init(void)
|
||||||
head_lean_x = WIDTH/2;
|
head_lean_x = WIDTH/2;
|
||||||
head_lean_y = HEIGHT/2;
|
head_lean_y = HEIGHT/2;
|
||||||
|
|
||||||
stars.readInput("file://stars.txt");
|
stars.readInput("file://stars.txt", 0);
|
||||||
|
|
||||||
// Initialize Field values
|
// Initialize Field values
|
||||||
field = Field();
|
field = Field();
|
||||||
|
|
Loading…
Reference in a new issue