mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +00:00
Fixing a warning
This commit is contained in:
parent
4b73e343cc
commit
2b5d779adf
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static void CG_OrderSnapshotEntities(snapshot_t *snap, int *order)
|
|||
}
|
||||
}
|
||||
|
||||
static void CG_CheckVidRestart()
|
||||
static void CG_CheckVidRestart(void)
|
||||
{
|
||||
trap_SendConsoleCommand("ui_RQ3_postVidRestart");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue