Fix compile, add kate-swp to gitignore
This commit is contained in:
parent
d7dd4f68e2
commit
94eb798ae7
2 changed files with 1 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,6 +17,7 @@ Win32_LIB_ASM_Release
|
|||
*.user
|
||||
*.db
|
||||
*.opendb
|
||||
*.kate-swp
|
||||
/.vs
|
||||
/debian
|
||||
/assets/debian
|
||||
|
|
|
|||
|
|
@ -11008,9 +11008,6 @@ void A_Boss5Jump(mobj_t *actor)
|
|||
if (!actor->tracer)
|
||||
return; // Don't even bother if we've got nothing to aim at.
|
||||
|
||||
// Look up actor's current gravity situation
|
||||
g = FixedMul(gravity, P_GetSectorGravityFactor(actor->subsector->sector));
|
||||
|
||||
// Scale with map
|
||||
g = FixedMul(g, mapobjectscale);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue