Cleanups from pomac!
This commit is contained in:
parent
b0fc4a7b6e
commit
f327407bb8
36 changed files with 155 additions and 195 deletions
|
@ -211,7 +211,7 @@ void UI_ClearScores() {
|
|||
|
||||
|
||||
|
||||
static void UI_Cache_f() {
|
||||
static void UI_Cache_f( void ) {
|
||||
Display_CacheAll();
|
||||
}
|
||||
|
||||
|
@ -220,7 +220,7 @@ static void UI_Cache_f() {
|
|||
UI_CalcPostGameStats
|
||||
=======================
|
||||
*/
|
||||
static void UI_CalcPostGameStats() {
|
||||
static void UI_CalcPostGameStats( void ) {
|
||||
char map[MAX_QPATH];
|
||||
char fileName[MAX_QPATH];
|
||||
char info[MAX_INFO_STRING];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue