Changeset - 78072a90b0ac
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-02-10 12:32:17

There is a situation when w32 is broken
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
warehouse32.lua
Show inline comments
 
@@ -537,7 +537,7 @@ function warehouse32_init()
 
			end;
 
			shelf_name = shelf_name .. tostring(index2);
 
			w32_shelf_input.items[i].shelf = shelf_name;
 
			w32_shelf_input.items[i].position = tostring(rnd(100));
 
			w32_shelf_input.items[i].position = tostring(rnd(90)+9);
 
			ok = true;
 
			for j = 1, i - 1 do
 
				if (w32_shelf_input.items[i].shelf == w32_shelf_input.items[j].shelf and 
0 comments (0 inline, 0 general)