This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit 794b13771300fe7fb8bee38b4fd77b5cf1d24191 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Sat Sep 6 18:38:26 2014 +0000 SP: Restore cl_cgame (Committed in error) --- SP/code/client/cl_cgame.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SP/code/client/cl_cgame.c b/SP/code/client/cl_cgame.c index 2b46067..f9db9b5 100644 --- a/SP/code/client/cl_cgame.c +++ b/SP/code/client/cl_cgame.c @@ -38,9 +38,9 @@ If you have questions concerning this license or the applicable additional terms extern botlib_export_t *botlib_export; -qboolean loadCamera( int camNum, const char *name ); -void startCamera( int camNum, int time ); -qboolean getCameraInfo( int camNum, int time, vec3_t *origin, vec3_t *angles, float *fov ); +extern qboolean loadCamera( int camNum, const char *name ); +extern void startCamera( int camNum, int time ); +extern qboolean getCameraInfo( int camNum, int time, vec3_t *origin, vec3_t *angles, float *fov ); // RF, this is only used when running a local server extern void SV_SendMoveSpeedsToGame( int entnum, char *text ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

