WIP: cleanup
This commit is contained in:
parent
89ffa7fb82
commit
0261a4c2e8
|
@ -758,7 +758,7 @@ void main_test_graphics (void)
|
||||||
|
|
||||||
|
|
||||||
srand(time(NULL)); int rand(void); void srand(unsigned int seed);
|
srand(time(NULL)); int rand(void); void srand(unsigned int seed);
|
||||||
int randomize = 0, console = 0, arrows_nb = 0, space_X = 1, space_Y = 1, space_Z = 1;
|
int randomize = 10, console = 0, arrows_nb = 0, space_X = 1, space_Y = 1, space_Z = 1;
|
||||||
if (randomize) {
|
if (randomize) {
|
||||||
space_X = 1 + rand() % randomize;
|
space_X = 1 + rand() % randomize;
|
||||||
space_Y = 1 + rand() % randomize;
|
space_Y = 1 + rand() % randomize;
|
||||||
|
|
Loading…
Reference in New Issue