mirror of
https://github.com/yquake2/ctf.git
synced 2024-11-12 23:44:30 +00:00
Fix function prototypes
This commit is contained in:
parent
928066d37d
commit
5f7038c407
1 changed files with 20 additions and 20 deletions
|
@ -80,7 +80,7 @@ SP_info_player_coop(edict_t *self)
|
||||||
* roll as well as yaw. 'pitch yaw roll'
|
* roll as well as yaw. 'pitch yaw roll'
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
SP_info_player_intermission(void)
|
SP_info_player_intermission(edict_t *ent)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue