From 99c4c9461efa4c54e00697de26658eb84fa79af0 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 12 Feb 2008 11:35:29 +0000 Subject: [PATCH] - GCC declaration fix for AM_ToggleFollowPlayer SVN r740 (trunk) --- src/am_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/am_map.cpp b/src/am_map.cpp index 55b342425..5fb6b6258 100644 --- a/src/am_map.cpp +++ b/src/am_map.cpp @@ -362,7 +362,7 @@ static BYTE antialias[NUMALIASES][NUMWEIGHTS]; void AM_rotatePoint (fixed_t *x, fixed_t *y); void AM_rotate (fixed_t *x, fixed_t *y, angle_t an); void AM_doFollowPlayer (); -void AM_ToggleFollowPlayer(); +static void AM_ToggleFollowPlayer(); // Calculates the slope and slope according to the x-axis of a line // segment in map coordinates (with the upright y-axis n' all) so