mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-02-21 11:21:00 +00:00
fix some return types by matching JA
This commit is contained in:
parent
9212aa030f
commit
147d694c92
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue