Changeset - d8c0a775f01f
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2019-01-09 11:50:47

slight code cleanup
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general) First comment
lse_final_battle.lua
Show inline comments
 
@@ -145,10 +145,10 @@ global {
 

	
 
lse_generator_update = function()
 
    local cnt = 0;
 
    local c = nil;
 
    local c;
 
    
 
    for i = 1, 10 do
 
        local a = nil;
 
        local a;
 
        if (i < 10) then
 
            a = "lse_gen_0" .. tostring(i);
 
        else
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now