next grep, no spaces (#17437)

* next grep, no spaces

* next few files

* fix that

* fix that
This commit is contained in:
Kashargul
2025-03-28 21:25:08 +01:00
committed by GitHub
parent 29d373d2b8
commit c30f2b9c49
84 changed files with 1058 additions and 1048 deletions
+10 -10
View File
@@ -59,15 +59,15 @@
var/hsize = round(input_size/2)
/*
(x,y+isize)----(x+hsize,y+isize)----(x+size,y+isize)
| | |
| | |
| | |
(x,y+hsize)----(x+hsize,y+hsize)----(x+isize,y)
| | |
| | |
| | |
(x,y)----------(x+hsize,y)----------(x+isize,y)
* (x,y+isize)----(x+hsize,y+isize)----(x+size,y+isize)
* | | |
* | | |
* | | |
* (x,y+hsize)----(x+hsize,y+hsize)----(x+isize,y)
* | | |
* | | |
* | | |
* (x,y)----------(x+hsize,y)----------(x+isize,y)
*/
// Central edge values become average of corners.
map[TRANSLATE_COORD(x+hsize,y+isize)] = round((\
@@ -103,7 +103,7 @@
map[current_cell] *= (rand(1,2)==1 ? (1.0-random_element) : (1.0+random_element))
map[current_cell] = max(0,min(cell_range,map[current_cell]))
// Recurse until size is too small to subdivide.
// Recurse until size is too small to subdivide.
if(isize>3)
if(!priority_process)
CHECK_TICK