about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/client/gc_menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp
index 377f8f2b..2eaefe00 100644
--- a/src/game/client/gc_menu.cpp
+++ b/src/game/client/gc_menu.cpp
@@ -837,7 +837,7 @@ static void menu2_render_background()
 	}
 }
 
-extern void *gfx_font_set;
+extern "C" void *gfx_font_set;
 
 void render_loading(float percent)
 {