mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
Replaced ( void ) with ()
This commit is contained in:
parent
f6f02b7c71
commit
352df659a8
39 changed files with 187 additions and 188 deletions
|
@ -211,7 +211,7 @@ void DoomInterface::Shutdown() {
|
|||
lastTicRun = 0;
|
||||
}
|
||||
|
||||
qboolean G_CheckDemoStatus( void );
|
||||
qboolean G_CheckDemoStatus();
|
||||
|
||||
void DoomInterface::QuitCurrentGame() {
|
||||
for ( int i = 0; i < numplayers; i++ ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue