- Added newlines to the ends of two files that lost theirs.

SVN r1115 (trunk)
This commit is contained in:
Randy Heit 2008-08-05 23:45:03 +00:00
parent 4f0fa50773
commit 3700fda0e8
2 changed files with 2 additions and 2 deletions

View File

@ -274,4 +274,4 @@ ACTOR(DropFire)
// Special code pointers for bridge things
ACTOR(BridgeInit)
ACTOR(BridgeOrbit)
ACTOR(BridgeOrbit)

View File

@ -668,4 +668,4 @@ void A_ClericAttack (AActor *actor)
if (!actor->target) return;
A_CHolyAttack3 (actor);
}
}