- GCC declaration fix for AM_ToggleFollowPlayer

SVN r740 (trunk)
This commit is contained in:
Christoph Oelckers 2008-02-12 11:35:29 +00:00
parent e8e7cebe18
commit 99c4c9461e
1 changed files with 1 additions and 1 deletions

View File

@ -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