mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-30 08:20:49 +00:00
Replaced ( void ) with ()
This commit is contained in:
parent
f6f02b7c71
commit
352df659a8
39 changed files with 187 additions and 188 deletions
|
@ -145,7 +145,7 @@ static void SetBrushContents( uBrush_t* b )
|
|||
FreeBuildBrush
|
||||
===============
|
||||
*/
|
||||
static void FreeBuildBrush( void )
|
||||
static void FreeBuildBrush()
|
||||
{
|
||||
int i;
|
||||
|
||||
|
@ -167,7 +167,7 @@ Produces a final brush based on the buildBrush->sides array
|
|||
and links it to the current entity
|
||||
===============
|
||||
*/
|
||||
static uBrush_t* FinishBrush( void )
|
||||
static uBrush_t* FinishBrush()
|
||||
{
|
||||
uBrush_t* b;
|
||||
primitive_t* prim;
|
||||
|
@ -616,7 +616,7 @@ void FreeOptimizeGroupList( optimizeGroup_t* groups )
|
|||
FreeDMapFile
|
||||
================
|
||||
*/
|
||||
void FreeDMapFile( void )
|
||||
void FreeDMapFile()
|
||||
{
|
||||
int i, j;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue