Fix compile, add kate-swp to gitignore

This commit is contained in:
NepDisk 2024-08-01 14:14:27 -04:00
parent d7dd4f68e2
commit 94eb798ae7
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View file

@ -17,6 +17,7 @@ Win32_LIB_ASM_Release
*.user
*.db
*.opendb
*.kate-swp
/.vs
/debian
/assets/debian

View file

@ -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);