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
|
@ -497,7 +497,7 @@ void FilterBrushesIntoTree( uEntity_t* e )
|
|||
AllocTree
|
||||
================
|
||||
*/
|
||||
tree_t* AllocTree( void )
|
||||
tree_t* AllocTree()
|
||||
{
|
||||
tree_t* tree;
|
||||
|
||||
|
@ -513,7 +513,7 @@ tree_t* AllocTree( void )
|
|||
AllocNode
|
||||
================
|
||||
*/
|
||||
node_t* AllocNode( void )
|
||||
node_t* AllocNode()
|
||||
{
|
||||
node_t* node;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue