mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Fixed misspellings.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
local next = next
|
local next = next
|
||||||
local dot = dot
|
local dot = dot
|
||||||
local table = table
|
local table = table
|
||||||
local type = type
|
local type = type
|
||||||
|
|
||||||
--[[------------------------------------------------------------------------
|
--[[------------------------------------------------------------------------
|
||||||
Resource Rename Fix
|
Resource Rename Fix
|
||||||
@@ -58,9 +58,9 @@ RADAR.vars =
|
|||||||
vehiclePool = {},
|
vehiclePool = {},
|
||||||
|
|
||||||
-- Radar stage, this is used to tell the system what it should currently be doing, the stages are:
|
-- Radar stage, this is used to tell the system what it should currently be doing, the stages are:
|
||||||
-- - 0 = gathering vehicles hit by the radar
|
-- - 0 = Gathering vehicles hit by the radar
|
||||||
-- - 1 = Filtering the vehicles caught
|
-- - 1 = Filtering the vehicles caught
|
||||||
-- - 3 = Calculating what vehicle speed to show based on modes
|
-- - 2 = Calculating what vehicle speed to show based on modes
|
||||||
radarStage = 0,
|
radarStage = 0,
|
||||||
|
|
||||||
-- Ray stage
|
-- Ray stage
|
||||||
@@ -77,7 +77,7 @@ RADAR.caughtEnt = 0
|
|||||||
RADAR.rayTraces = {
|
RADAR.rayTraces = {
|
||||||
{ startVec = { x = 0.0, y = 5.0 }, endVec = { x = 0.0, y = 150.0 } },
|
{ startVec = { x = 0.0, y = 5.0 }, endVec = { x = 0.0, y = 150.0 } },
|
||||||
{ startVec = { x = -5.0, y = 15.0 }, endVec = { x = -5.0, y = 150.0 } },
|
{ startVec = { x = -5.0, y = 15.0 }, endVec = { x = -5.0, y = 150.0 } },
|
||||||
{ startVec = { x = 5.0, y = 15.0 }, endVec = { x = 5.0, y = 150.0 } },
|
{ startVec = { x = 5.0, y = 15.0 }, endVec = { x = 5.0, y = 150.0 } }
|
||||||
--{ startVec = { x = -12.0, y = 25.0 }, endVec = { x = -12.0, y = 150.0 } },
|
--{ startVec = { x = -12.0, y = 25.0 }, endVec = { x = -12.0, y = 150.0 } },
|
||||||
--{ startVec = { x = 12.0, y = 25.0 }, endVec = { x = 12.0, y = 150.0 } }
|
--{ startVec = { x = 12.0, y = 25.0 }, endVec = { x = 12.0, y = 150.0 } }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user