diff --git a/code/game/Q3_Interface.cpp b/code/game/Q3_Interface.cpp index 13bc48a..7373e4d 100644 --- a/code/game/Q3_Interface.cpp +++ b/code/game/Q3_Interface.cpp @@ -4690,7 +4690,7 @@ Q3_SetCinematicSkipScript ============ */ -static Q3_SetCinematicSkipScript( char *scriptname ) +static void Q3_SetCinematicSkipScript( char *scriptname ) { if(Q_stricmp("none", scriptname) == 0 || Q_stricmp("NULL", scriptname) == 0) diff --git a/code/ui/ui_main.cpp b/code/ui/ui_main.cpp index 1a51858..63ef2a6 100644 --- a/code/ui/ui_main.cpp +++ b/code/ui/ui_main.cpp @@ -746,7 +746,7 @@ static void UI_StopCinematic(int handle) } } } -static UI_HandleLoadSelection() +static void UI_HandleLoadSelection() { Cvar_Set("ui_SelectionOK", va("%d",(s_savegame.currentLine < s_savegame.saveFileCnt)) ); Cvar_Set("ui_gameDesc", s_savedata[s_savegame.currentLine].currentSaveFileComments ); // set comment