whitespace

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-19 02:09:08 +00:00
parent 0910c850bf
commit 9f124853e5
2 changed files with 8 additions and 17 deletions

View File

@ -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 ();
}

View File

@ -79,9 +79,6 @@ COM_CheckRegistered (void)
}
/*
COM_Init
*/
void
COM_Init (void)
{