Merge remote-tracking branch 'KlonZK/patch-1' into develop

develop
lethosor 2018-07-20 23:16:28 -04:00
commit 61df5e5286
1 changed files with 1 additions and 1 deletions

@ -147,13 +147,13 @@ function registerBuilding(args)
end
--animations and connections next:
local gears
local frames
local frameLength
local animate=args.animate
if not auto_gears then
gears=args.gears or {}
frameLength=1
local frames
if animate~=nil then
frameLength=animate.frameLength
if animate.isMechanical then