mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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
|
// Special code pointers for bridge things
|
||||||
ACTOR(BridgeInit)
|
ACTOR(BridgeInit)
|
||||||
ACTOR(BridgeOrbit)
|
ACTOR(BridgeOrbit)
|
||||||
|
|
|
@ -668,4 +668,4 @@ void A_ClericAttack (AActor *actor)
|
||||||
|
|
||||||
if (!actor->target) return;
|
if (!actor->target) return;
|
||||||
A_CHolyAttack3 (actor);
|
A_CHolyAttack3 (actor);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue