- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.

This commit is contained in:
Mitchell Richters 2021-12-30 20:30:21 +11:00
parent 1b077251e3
commit 9bbb54fe2e
370 changed files with 2163 additions and 2163 deletions

View file

@ -1296,7 +1296,7 @@ void DoSpawnTeleporterEffect(DSWActor* actor)
{
extern STATE s_TeleportEffect[];
int nx, ny;
nx = MOVEx(512, actor->spr.ang);
ny = MOVEy(512, actor->spr.ang);
@ -1320,7 +1320,7 @@ void DoSpawnTeleporterEffect(DSWActor* actor)
void DoSpawnTeleporterEffectPlace(DSWActor* actor)
{
extern STATE s_TeleportEffect[];
auto effectActor = SpawnActor(STAT_MISSILE, 0, s_TeleportEffect, actor->spr.sector(),
actor->spr.pos.X, actor->spr.pos.Y, ActorZOfTop(actor) + Z(16),
actor->spr.ang, 0);
@ -1340,7 +1340,7 @@ void DoPlayerWarpTeleporter(PLAYERp pp)
auto ppActor = pp->actor;
short pnum;
DSWActor* act_warp;
#if 0
TAG 2 = match
TAG 3 = Type
@ -1823,7 +1823,7 @@ void UpdatePlayerSprite(PLAYERp pp)
actor->spr.ang = pp->angle.ang.asbuild();
}
void DoPlayerZrange(PLAYERp pp)
{
Collision ceilhit, florhit;