Merge pull request #13 from 0lvin/master

Fix function prototypes
This commit is contained in:
Yamagi 2021-01-27 08:29:04 +01:00 committed by GitHub
commit ff3a920d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 20 deletions

View File

@ -80,7 +80,7 @@ SP_info_player_coop(edict_t *self)
* roll as well as yaw. 'pitch yaw roll'
*/
void
SP_info_player_intermission(void)
SP_info_player_intermission(edict_t *ent)
{
}