mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 04:50:48 +00:00
- GCC declaration fix for AM_ToggleFollowPlayer
SVN r740 (trunk)
This commit is contained in:
parent
e8e7cebe18
commit
99c4c9461e
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ static BYTE antialias[NUMALIASES][NUMWEIGHTS];
|
||||||
void AM_rotatePoint (fixed_t *x, fixed_t *y);
|
void AM_rotatePoint (fixed_t *x, fixed_t *y);
|
||||||
void AM_rotate (fixed_t *x, fixed_t *y, angle_t an);
|
void AM_rotate (fixed_t *x, fixed_t *y, angle_t an);
|
||||||
void AM_doFollowPlayer ();
|
void AM_doFollowPlayer ();
|
||||||
void AM_ToggleFollowPlayer();
|
static void AM_ToggleFollowPlayer();
|
||||||
|
|
||||||
// Calculates the slope and slope according to the x-axis of a line
|
// 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
|
// segment in map coordinates (with the upright y-axis n' all) so
|
||||||
|
|
Loading…
Reference in a new issue