mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-25 14:00:58 +00:00
Add return 0 in main()
This commit is contained in:
parent
af5cf7cb50
commit
f75ea6203b
1 changed files with 2 additions and 0 deletions
|
@ -92,5 +92,7 @@ main ( int argc, char **argv )
|
||||||
Qcommon_Frame( time );
|
Qcommon_Frame( time );
|
||||||
oldtime = newtime;
|
oldtime = newtime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue