mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-30 20:41:00 +00:00
- Added newlines to the ends of two files that lost theirs.
SVN r1115 (trunk)
This commit is contained in:
parent
4f0fa50773
commit
3700fda0e8
2 changed files with 2 additions and 2 deletions
|
@ -274,4 +274,4 @@ ACTOR(DropFire)
|
|||
|
||||
// Special code pointers for bridge things
|
||||
ACTOR(BridgeInit)
|
||||
ACTOR(BridgeOrbit)
|
||||
ACTOR(BridgeOrbit)
|
||||
|
|
|
@ -668,4 +668,4 @@ void A_ClericAttack (AActor *actor)
|
|||
|
||||
if (!actor->target) return;
|
||||
A_CHolyAttack3 (actor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue