mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-30 16:31:10 +00:00
Replaced ( void ) with ()
This commit is contained in:
parent
f6f02b7c71
commit
352df659a8
39 changed files with 187 additions and 188 deletions
|
@ -290,7 +290,7 @@ The optimizer may add some more crossing verts
|
|||
after t junction processing
|
||||
=================
|
||||
*/
|
||||
void FreeTJunctionHash( void )
|
||||
void FreeTJunctionHash()
|
||||
{
|
||||
int i, j, k;
|
||||
hashVert_t* hv, *next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue