mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
whitespace
This commit is contained in:
parent
0910c850bf
commit
9f124853e5
2 changed files with 8 additions and 17 deletions
|
@ -43,15 +43,14 @@ cvar_t *registered;
|
|||
cvar_t *cmdline;
|
||||
int static_registered = 1;
|
||||
|
||||
/*
|
||||
================
|
||||
COM_CheckRegistered
|
||||
|
||||
Looks for the pop.txt file and verifies it.
|
||||
Sets the "registered" cvar.
|
||||
Immediately exits out if an alternate game was attempted to be started without
|
||||
being registered.
|
||||
================
|
||||
/*
|
||||
COM_CheckRegistered
|
||||
|
||||
Looks for the pop.txt file and verifies it.
|
||||
Sets the "registered" cvar.
|
||||
Immediately exits out if an alternate game was attempted to be started
|
||||
without being registered.
|
||||
*/
|
||||
void
|
||||
COM_CheckRegistered (void)
|
||||
|
@ -74,11 +73,7 @@ COM_CheckRegistered (void)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
================
|
||||
COM_Init
|
||||
================
|
||||
*/
|
||||
|
||||
void
|
||||
COM_Init ()
|
||||
{
|
||||
|
@ -90,4 +85,3 @@ COM_Init ()
|
|||
COM_Filesystem_Init ();
|
||||
COM_CheckRegistered ();
|
||||
}
|
||||
|
||||
|
|
|
@ -79,9 +79,6 @@ COM_CheckRegistered (void)
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
COM_Init
|
||||
*/
|
||||
void
|
||||
COM_Init (void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue