aboutsummaryrefslogtreecommitdiffstats
path: root/code/cgame/cg_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/cgame/cg_main.c')
-rw-r--r--code/cgame/cg_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/cgame/cg_main.c b/code/cgame/cg_main.c
index f8d423c..03a4994 100644
--- a/code/cgame/cg_main.c
+++ b/code/cgame/cg_main.c
@@ -1756,7 +1756,7 @@ CG_LoadHudMenu();
=================
*/
-void CG_LoadHudMenu() {
+void CG_LoadHudMenu( void ) {
char buff[1024];
const char *hudSet;
@@ -1823,7 +1823,7 @@ void CG_LoadHudMenu() {
CG_LoadMenus(hudSet);
}
-void CG_AssetCache() {
+void CG_AssetCache( void ) {
//if (Assets.textFont == NULL) {
// trap_R_RegisterFont("fonts/arial.ttf", 72, &Assets.textFont);
//}