Z-Camera v1.0.3
Spectator Camera for Quake III Arena
Copyright (C), 2001 by Avi "Zung!" Rozen

http://www.telefragged.com/zungbang/zcam

Mods
====
The simplest way to modify Z-Camera is by changing its target
selection logic. That can be done by modifying one or all of the
following functions in zcam_target.c :
PlayerToFollow    - select player to follow in FLIC mode
PriorityTarget    - overrides the selection made by PlayerToFollow
		    (currently used to select the flag-carrier in CTF)
PlayerToTrack	  - select player to track in SWING mode

Note that all changes to original Id Software code start with
#ifdef __ZCAM__ 
and end with 
#endif /* __ZCAM__ */

