Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LuaUI/Widgets/gui_reclaiminfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ local rangeend = {} --counting radius end point
local b1was = false -- cursor was outside the map?
local vsx, vsy = widgetHandler:GetViewSizes()
local form = 12 --text format depends on screen size
local xstart,ystart = 0
local xstart,ystart = 0, 0
local cmd,xend,yend,x,y,b1,b2
local inMinimap = false --mouse cursor in minimap

Expand Down
10 changes: 0 additions & 10 deletions effects/roach.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ return {
},
},
blastwing = {
groundflash = {
flashalpha = 1,
flashsize = 108,
ttl = 75,
color = {
[1] = 0.7,
[2] = 0.3,
[3] = 0.1,
},
},
redploom = {
air = true,
class = [[CExpGenSpawner]],
Expand Down
2 changes: 1 addition & 1 deletion lups/lups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ local function GameFrame(_,n)
CleanInvalidUnitFX()

--// update FXs
framesToUpdate = thisGameFrame - lastGameFrame
local framesToUpdate = thisGameFrame - lastGameFrame
for _,partFx in pairs(particles) do
if (n>=partFx.dieGameFrame) then
--// lifetime ended
Expand Down