Correct spelling mistakes.
This commit is contained in:
parent
14cb72f912
commit
fe42b8653d
105 changed files with 212 additions and 212 deletions
|
@ -1416,7 +1416,7 @@ int AAS_Reachability_Step_Barrier_WaterJump_WalkOffLedge(int area1num, int area2
|
|||
//if there IS water the sv_maxwaterjump height below the bestend point
|
||||
if (aasworld.areasettings[AAS_PointAreaNum(testpoint)].areaflags & AREA_LIQUID)
|
||||
{
|
||||
//don't create rediculous water jump reachabilities from areas very far below
|
||||
//don't create ridiculous water jump reachabilities from areas very far below
|
||||
//the water surface
|
||||
if (water_bestdist < aassettings.phys_maxwaterjump + 24)
|
||||
{
|
||||
|
@ -3054,7 +3054,7 @@ void AAS_Reachability_Elevator(void)
|
|||
bottomorg[2] += 24;
|
||||
} //end else
|
||||
//look at adjacent areas around the top of the plat
|
||||
//make larger steps to outside the plat everytime
|
||||
//make larger steps to outside the plat every time
|
||||
for (n = 0; n < 3; n++)
|
||||
{
|
||||
for (k = 0; k < 3; k++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue