File diff c1561bd81710 → d8e9f9dc841a
battlefield.lua
Show inline comments
 
@@ -103,7 +103,6 @@ battlefield = function(tab)
 
                    v = v .. ";" .. s.obj[i].pic .. "@" .. tostring(s.obj[i].x * 32 - 32) .. "," .. tostring(s.obj[i].y * 32 - 32);
 
                end;
 
            end;
 
            print(v);
 
            return v;
 
        end;
 
    end;